I am trying to flag contracts needing renewals. What am I doing wrong?
=IF(OR([Contract end date]1 <= Today1 + 1 - 90, 1, 0))
I use Smartsheet for property management and need the lease end dates to be flagged too. I simply use the "countif" formula such as =COUNTIF(CHILDREN(), <TODAY()) + " expired" to do the job of giving me a total of all expired. I then link that field to my dashboard for a global view. You could do the same for 90 days such as =COUNTIF(CHILDREN(), <TODAY(90)) + " expiring in 90 days" to do the same for 90 days prior. I also use the conditional formatting feature to turn each red or yellow based on expiring 90 days (and also 30 days) from today. Also, you can set an alert to email you when a date is at a certain time frame from today.
Hi -
It looks like you don't have the OR condition built correctly for the 2nd expression- it would need to be something like:
=IF(OR([Contract End Date]1 <= TODAY() + 1 - 90, [Contract End Date]1 <= TODAY() + 90), 1, 0)
Alternatively, you could use =IF([Contract End Date]1 > TODAY() + 90, 0, 1)
This flags any past due item and anything within 90 days. See screenshot.
I hope this helps you out?
Sean
Thank you so much! The IF/OR logic is working perfectly.
Hello. Me and my team are doing an audit of users who have access to edit items in our account and one of the reports we're using is the Sheet Access report under the User Management section of the Admin Center. However, we're running into some weird things. When we dig into the Sheet Access report, we sometimes notice…
No License required I am sharing a published link, no license required to a group of people. The goal is for them to be able to edit the sheet. Would each member be required to create a smartsheet account? Please, is there a way for them to access my sheet without having to create an account? Many thanks!
This has happened a couple of times before. However, when trying to update a form or even a field in the smartsheet, I am unable to use the backspace, enter or delete key. I use Google browser, however I wasn't sure if it was Google, so I switched to Microsoft Edge. Still not working. Also, I tried using the backspace,…