lady_buzzkill
New Member
- Joined
- Oct 6, 2017
- Messages
- 4
Hello everyone, I'm working on a spreadsheet for my job that will display the amount of time remaining to schedule an appointment or complete a report. The formula is working beautifully, with the exception of not being able to account for weekends and holidays. Can someone help me find a way to nest a NETWORKDAYS or other formula into my current string of IF formulas to get this working?
Please note that I haven't touched Excel in over a decade, so if my formula looks convoluted and you can streamline it, feel free. Here is what I currently have:
=IF(ISBLANK(A2),"", IF(NOT(ISBLANK(F2)),"Scheduled",IF(A2=(TODAY()-2),"24 Hours to Schedule",IF(A2=(TODAY()-1),"48 Hours to Schedule",IF(A2<=(TODAY()-3),"Schedule by EOB","")))))
Thanks!
Please note that I haven't touched Excel in over a decade, so if my formula looks convoluted and you can streamline it, feel free. Here is what I currently have:
=IF(ISBLANK(A2),"", IF(NOT(ISBLANK(F2)),"Scheduled",IF(A2=(TODAY()-2),"24 Hours to Schedule",IF(A2=(TODAY()-1),"48 Hours to Schedule",IF(A2<=(TODAY()-3),"Schedule by EOB","")))))
Thanks!