willow1985
Well-known Member
- Joined
- Jul 24, 2019
- Messages
- 929
- Office Version
- 365
- Platform
- Windows
Hello,
I am hoping someone could help me clean up a formula of mine.
I am looking to have the formula calculate between the current date and date received and then if this result is greater than 5 AND another cell ="0" return a "true" result, other wise "false".
This is the formula I wrote but I am missing something....
=if(and((DATEDIF(TODAY(), G2, "d")>5),H2="0","true","false")
I hope someone can help me with this.
Thank you
Carla
I am hoping someone could help me clean up a formula of mine.
I am looking to have the formula calculate between the current date and date received and then if this result is greater than 5 AND another cell ="0" return a "true" result, other wise "false".
This is the formula I wrote but I am missing something....
=if(and((DATEDIF(TODAY(), G2, "d")>5),H2="0","true","false")
I hope someone can help me with this.
Thank you
Carla