Forum Discussion
taroda385
Sep 11, 2020Copper Contributor
questions aboaut excel functions
8 Replies
Change the formula in D3 to
=IF(C3="";"";C3+14)
and that in E3 to
=IF(C3="";"";IF(TODAY()>=D3;"Finish Quarantine";"Quarantine"))
- taroda385Copper Contributor
thank you for your answer
One more questioncan it be used in excel condittional formatting.?
how is the formula?
thank you
A conditional formatting formula must return TRUE or FALSE. For example:
=AND($C3<>"",TODAY()>=$D3)