COUNTIFS and AND
Hi there! I am trying to insert a formula that reads two columns from another sheet. I want to count the cells if one column equals the Primary column name in my new sheet and the other does NOT equal the status "Scheduling Complete". I can't figure it out! Below is what I currently have and have tried dozens of versions... Tried with/without AND also....
Thanks for your help!
=COUNTIFS({Interview Request Form - MASTER Coordinator}, [Primary Column]@row, AND([{Interview Request Form - MASTER Status}, <>"Scheduling Complete"]))
=COUNTIFS({Interview Request Form - MASTER Coordinator}, [Primary Column]@row, [{Interview Request Form - MASTER Status}, <>"Scheduling Complete"])
Best Answer
-
@Paula M. Try this,
=COUNTIFS({Interview Request Form - MASTER Coordinator}, [Primary Column]@row, {Interview Request Form - MASTER Status}, <>"Scheduling Complete")
Answers
-
@Paula M. Try this,
=COUNTIFS({Interview Request Form - MASTER Coordinator}, [Primary Column]@row, {Interview Request Form - MASTER Status}, <>"Scheduling Complete")
-
THANK YOU SO MUCH! I could not get this right! It worked great!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!