Trying to use TODAY function

The first part of the formula below works, its only after I add ", TODAY () > [Bid Due Date]:[Bid Due Date]" that I get an error.
=COUNTIFS([R Status]:[R Status], "R1 - Bid/No Bid", Stage:Stage, "Active - High Probability", TODAY () > [Bid Due Date]:[Bid Due Date])
Any help is appreciated
Answers
-
Hello @Sean Maney
Please edit your formula to
=COUNTIFS([R Status]:[R Status], "R1 - Bid/No Bid", Stage:Stage, "Active - High Probability",[Bid Due Date]:[Bid Due Date], < TODAY ()) and it should work.
-
Didn't work...?
-
=COUNTIFS([R Status]:[R Status], "R1 - Bid/No Bid", Stage:Stage, "Active - High Probability", [Bid Due Date]:[Bid Due Date], < TODAY (10))
Any other ideas?
-
Can you screenshot what you see?
-
What error are you getting with the updated formula?
Are either the "R1 - Bid/No Bid" or "Active - High Probability" in multi-select dropdown columns? If so, you'll have to use CONTAINS to confirm if the cell contains those as part of multiple choices selected.
-
#unparseable
-
they are not drop downs
-
Is the Bid Due Date a date which is generated by a formula? If so, maybe SmartSheet doesn't think it's a date? Try this somewhere:
=IF(ISDATE([Bid Due Date]1), "Is a date", "Not a date")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!