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
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!