Formula Help - SOS
I am not able to use the date in a formula and I am confused as to why the count is coming out as "0". Please advise!
Trying to count the number of buildings that are not owned by ABC Inc., and contract signed on 02/01/22.
Tags:
Best Answer
-
Try this, hopefully that works:
=COUNTIFS([Owner]:[Owner], AND(@cell <> "ABC Inc", @cell <> "GreyBird"), [Date]:[Date], DATE(2022, 2, 1) )
Answers
-
Try this,
=COUNTIFS([Owner]:[Owner], <>"ABC Inc.", [Date]:[Date], DATE(2022,2,1))
I would suggest to rename the "Date" column to "Contract Date" or so to avoid confusion with the system word/function name "Date".
-
How would I change the formula to count the number of buildings that are not owned by ABC Inc. OR GreyBird, and contract signed on 02/01/22?
Thank you so much!
-
Try this, hopefully that works:
=COUNTIFS([Owner]:[Owner], AND(@cell <> "ABC Inc", @cell <> "GreyBird"), [Date]:[Date], DATE(2022, 2, 1) )
-
Thank you so much!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!