Formula Help - SOS

Taylar LaBonte
βββ
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!