Using Countifs to count another sheet using terms from current sheet
Hi everyone,
I'm working with two sheets - raw data of events bookings and the reporting sheet.
In the reporting sheet ('Data Set') in the 'singed up' column, I've set up a working formula to count the number of times the event name appears in the raw data:
=COUNTIFS({April/May 2021 Boot Raw Data Range 1}, "BLOGGING")
Since the event name is the same as in the primary column of the Reporting Sheet / 'Data Set', is there a formula that would allow me to not include the event name in the formula, but instead, take the name from the 'Event Name' column?
Something like
=COUNTIFS({April/May 2021 Boot Raw Data Range 1}, "Name in Primary Column @Row of April/May 2021 Data Set"),
It's so I can drag the formula down my sheet without having to paste in a new count term each time.
I hope this makes sense! Thanks for your time!😀
Will
Best Answer
-
Hi,
Try:
=COUNTIFS({April/May 2021 Boot Raw Data Range 1}, [primary column]@row)
You can can us this as a column formula or copy and paste it down the column.
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi,
Try:
=COUNTIFS({April/May 2021 Boot Raw Data Range 1}, [primary column]@row)
You can can us this as a column formula or copy and paste it down the column.
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Good morning Mark,
That works, thank you so much! You've just saved me a lot of time!!
Best wishes
Will
-
I'm also trying to do the same formula with the criteria that the 'attended' field equals 'Yes'
I've tried: =COUNTIFS({April/May 2021 Boot Raw Data Range 1}, [Primary Column]@row {April/May 2021 Boot Raw Data Range 2}, "Yes")
But get #UNPARSEABLE. Could you recommend the correct way?
Many thanks,
Will
-
Never mind - I figured it out! :)
-
Perfect.
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!