Rule (Formula) to Check a box if the create date is past 90 days
Thanks for checking this out as my formula game is pretty weak. I am looking to have a formula that will check a box if the create date is 90 days in the past provided another box was checked.Real world I want to call out all statements of work that are older than 90 and we have not received a purchase order (PO received check box) as well, to check the SOW Abandoned box.
I was hoping that this would work in conditional formatting but sadly no.
Comments
-
hmmm, I don't have time to parse the whole thing out, but you want your formula to be in the checkbox column, and you want it to check two things and return a "1" (which will check the box) if both conditions are met. So it will be something like =IF(AND(TODAY()-90>=SOW, [PO Received] = 1), 1).
Something like that. it might be <=. I'm not the greatest with formulas but I fake it until I make it and somehow they end up working. When you get in there and start typing the formula it should come to you. good luck!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!