Need help with formula to COUNTM in a cross-sheet cell when Unique ID on both sheets MATCH
Hello. To enable dashboard reporting and visuals I am building a "Metrics" sheet that interprets data from a ginormous list (aka "G-List") -a separate sheet.
Both sheets have [Unique ID], and G-List has approx. 40 multiselect dropdown columns (one of which is [Strategy 2023-2027]).
I want my Metrics sheet to display each Unique ID's COUNTM value for [Strategy 2023-2027]. Basically to see how many strategic goals the item affects.
I'm not sure if I should use VLOOKUP, or INDEX/MATCH... or another IF statement and would really appreciate some direction.
Best Answer
-
I think I figured it out...
=COUNTM(INDEX({G-List | Strategy 2023-2027}, MATCH([Unique ID]@row, {G-List | Unique ID}, 0)))
The result was 3 and the source G-List sheet did have 3 values selected.
Answers
-
I think I figured it out...
=COUNTM(INDEX({G-List | Strategy 2023-2027}, MATCH([Unique ID]@row, {G-List | Unique ID}, 0)))
The result was 3 and the source G-List sheet did have 3 values selected.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!