Vlookup help
Good morning,
I've tried to create a countif & vlookup formula without luck. I would appreciate any help!
I have linked the attendance sheets from several committees into one sheet. I would like to sum how many committees each organization is participating in (participation and return that value in the "# Committees Participating" next to each organization's name.
I'm stuck and would appreciate any help!
Best,
Chris
Answers
-
Try this:
=SUMIFS([% Participation]$1:[% Participation]$208, YMCA$1:YMCA$208, @cell = YMCA@row)
-
Paul, thanks for submitting. That returns a sum, but not the count. I tried to change the sumifs to countifs, but the parameters are different. Any other thoughts? Thanks again.
-
My apologies. I read "sum" in your original post and saw the reference to the % in your screenshot.
Are you wanting to count how many times that particular YMCA is listed and has a % greater than zero?
-
This worked: =COUNTIFS([% Participation]1:[% Participation]208, >0.0001, YMCA1:YMCA208, =YMCA@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!