COUNTIF + MATCH? between multiple sheets
Lisa Matthews
✭✭✭✭✭
Hello,
I'm needing help with another formula. This is my objective:
- Match the [Location ID#] between Sheets A & B.
- Sheet "A" contains one row per location.
- Sheet "B" contains multiple rows per location.
- Then, count the number of "Yes" values in Sheet B for each location and return the count total to Sheet A for each location (row).
Thank you in advance.
--Lisa M.
Answers
-
- Create a helper column on Sheet B: [Joined Column]
- Create a column formula in [Joined Column]: =JOIN([Location ID#]@row:[OK to Disco?]@row, "-")
- Create a cross-sheet reference on Sheet A for Sheet B [Joined Column]: {SheetB_Joined}
- Create a column formula in Sheet A [# of lines ok to disconnect]: =COUNTIF({SheetB_Joined}, = ([Lines Converted]@row + "-YES"))
-
Hi @Deric
I'm still having some trouble with this solution. I had to stop working on it for a bit but will get back to it over the weekend. Thank you for your help.
-Lisa
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!