Hello! I need help with a formula, experience with Countifs OR AND formula?
I am not sure if I am doing this right, I need to count "reference another sheet" if status is closed, completed OR sent to contractor (any of them), AND program is "APD".
Here is my formula:
=COUNTIFS(OR({Classification Review Status}, "Completed", {Classification Review Status} = "Closed", {Classification Review Status} = "Sent to contractor"), AND({Classification Review Program}, "APD"))
It says Invalid Data Type, I am not sure if I can use this formula when reference to another sheet
Answers
-
Hey @Paola Preciado
Try this
=COUNTIFS({Classification Review Status},OR(@cell= "Completed", @cell= "Closed", @cell= "Sent to contractor"), {Classification Review Program}, "APD")
Will that work for you?
Kelly
-
That worked! Thank you So much Kelly!
Paola
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 217 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!