COUNTIFS when referencing another sheet
Hello!
I am trying to do a COUNTIFS that shows totals from a separate sheet on a summary metrics sheet.
Ex: I have a dropdown contact column and a separate date column in my original/source sheet. I would like to be able to count any time a particular person is selected in the contact column (John Smith) AND instances where the date field is BLANK.
I haven't had any luck with the formulas I have tried so far - any suggestions?
Thank you!!!!
Best Answer
-
Hello @Kate Gallo
If I'm understanding your question correctly I was able to replicate this using the example in my screen shot below:
Formula used:
=COUNTIFS({Sheet 2 Date Column}, "", {Sheet 2 Names Column}, [Dropdown Names]1)
If it makes it easier to view, here is a screen shot of how this works on the same sheet:
Formula used:
=COUNTIFS(Date:Date, "", [All Names]:[All Names], [Names No Dupes]1)
Hope this helps!
Answers
-
Hello @Kate Gallo
If I'm understanding your question correctly I was able to replicate this using the example in my screen shot below:
Formula used:
=COUNTIFS({Sheet 2 Date Column}, "", {Sheet 2 Names Column}, [Dropdown Names]1)
If it makes it easier to view, here is a screen shot of how this works on the same sheet:
Formula used:
=COUNTIFS(Date:Date, "", [All Names]:[All Names], [Names No Dupes]1)
Hope this helps!
-
Ah! My Hero!!! Thank you so much 😀
-
I'm happy this worked for you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 429 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!