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!
https://www.linkedin.com/in/zchrispalmer/
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!
https://www.linkedin.com/in/zchrispalmer/
-
Ah! My Hero!!! Thank you so much 😀
-
I'm happy this worked for you!
https://www.linkedin.com/in/zchrispalmer/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!