G
Guest
Good morning
Can someone please tell me the formula for CF for the following criteria
1. Cell $N22 will be a PO
2. Date info passed to create PO is in cell $C22
3. If the date in $C22 is greater than 3 days from today and cell $N22 still doesn't have a PO# assigned, the cell should turn RED
4. But, once the field is populated with a date, the field should have no fill or no CF
So far, I have =If(isblank($C22),"",(TODAY()-$C22)>=3) but this way the cell stays red even after the cell is populated
Looking forward to your much needed guidance
Thanks!
Can someone please tell me the formula for CF for the following criteria
1. Cell $N22 will be a PO
2. Date info passed to create PO is in cell $C22
3. If the date in $C22 is greater than 3 days from today and cell $N22 still doesn't have a PO# assigned, the cell should turn RED
4. But, once the field is populated with a date, the field should have no fill or no CF
So far, I have =If(isblank($C22),"",(TODAY()-$C22)>=3) but this way the cell stays red even after the cell is populated
Looking forward to your much needed guidance
Thanks!