ItalianPlatinum
Well-known Member
- Joined
- Mar 23, 2017
- Messages
- 857
- Office Version
- 365
- 2019
- Platform
- Windows
Hello this is similar to a prior post I made but different so creating a new thread. Looking for a formula to give me a true or false statement as outlined below, need it to check if Date 1 and Date 2 are both < or equal to column 7 (TRUE) with exceptions where needs to ignore indicator F and indicator I date 2 populates as zero so another ignore. Date 1 and Date 2 are in general format if that matters
Name | Date 1 | Date 2 | Indicator | FORMULA NEEDED | Expected to see | 2nd Business DAY minus 1 |
AAA | 20220503 | 20220503 | F | FALSE | 20220502 | |
BBB | 20220503 | 20220503 | F | FALSE | ||
CCC | 20220428 | 0 | I | TRUE | ||
DDD | 20220428 | 0 | I | TRUE | ||
EEE | 20220503 | 0 | I | FALSE | ||
FFF | 20220428 | 20220428 | A | TRUE | ||
GGG | 20220428 | 20220503 | A | TRUE | ||
HHH | 20220503 | 20220503 | A | FALSE | ||
III | 20220503 | 20220428 | A | TRUE |