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. Formula will not count Sunday or Holidays
if all above condition match then in column h, Pending otherwise Completed
In second want to add a conditional formatting if the above condition match then that row will be red
Condition is
1. IF(A+7=TODAY DATE)
2. IF(A+7<TODAY DATE)
3. IF(F=BLANK)
4. Formula will not count Sunday or Holidays
if all above condition match then in column h, Pending otherwise Completed
In second want to add a conditional formatting if the above condition match then that row will be red
New Microsoft Excel Worksheet - Copy (version 1).xlsb | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | Date | Order | P Name | Qty | Order Received on | Recd. Qty | |||
2 | 27/4/2023 | Given | TEST 1 | 100,250 | 29/4/2023 | 100,250 | |||
3 | 29/4/2023 | Given | TEST 2 | 250,325 | 4/5/2023 | 250,300 | |||
4 | 4/7/2023 | Given | TEST 3 | 650214 | |||||
5 | 5/7/2023 | Given | TEST 4 | 956321 | 10/7/2023 | 956320 | |||
6 | 5/7/2023 | Given | TEST 5 | 658,745 | |||||
7 | 6/7/2023 | Given | TEST 6 | 500 | |||||
8 | 11/7/2023 | Given | TEST 7 | 54800 | |||||
9 | 12/7/2023 | Given | TEST 8 | 65,914 | |||||
Sheet4 |