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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!