Vishaal
Well-known Member
- Joined
- Mar 16, 2019
- Messages
- 543
- Office Version
- 2010
- 2007
- Platform
- Windows
- Web
Hi we have the following sheet where we want to track work is pending or not when date is over
Condition is
1. IF(A+7=TODAY DATE)
2. IF(A+7<TODAY DATE)
3. IF(F=BLANK)
4. If there is any Sunday or Holidays then it will not count that day (I think we can use networkdays or any other)
If all above condition match then in column h, Pending
and if we have received the order then completed
and if A:G have data but order not received and A+7>today() then “In Process”.
Previous Post Here : True or False if condition match
Some questions change so creating new thread.
Condition is
1. IF(A+7=TODAY DATE)
2. IF(A+7<TODAY DATE)
3. IF(F=BLANK)
4. If there is any Sunday or Holidays then it will not count that day (I think we can use networkdays or any other)
If all above condition match then in column h, Pending
and if we have received the order then completed
and if A:G have data but order not received and A+7>today() then “In Process”.
Previous Post Here : True or False if condition match
Some questions change so creating new thread.