Help Summarizing Two Columns
Hi there, I'm currently trying to summarize two columns and keep receiving the #UNPARSEABLE error.
Essentially, I have one column that lists the month, and another that lists one of our sites. I would like to summarize how many rows there would be for Site1 in January, for example.
January + Venue1 = Value
I am completely blanking on how to do this- any help would be appreciated.
Answers
-
Hi @NMLSWill,
You can do this with a COUNTIFS formula. For example, if your columns are Site and Month then this would say how many rows fit the criteria of Site 1 & January:
=COUNTIFS(Site:Site, "Site 1", Month:Month, "January")
Hopefully this helps, but if I've misunderstood anything or you've any problems/questions then just post.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 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!