Index/Match with duplicate data
I have having difficulty with my formula. I am trying to create a formula that will decipher between the different name of data with the same usage numbers. You can see on my attached pictures that 3 stations have utilized our program 30 times, however, it only identifies the name of the first station rather than continuing down the list. I hope this explanation makes sense. I label one of the columns ACTUAL station # to show the name that should be listed there.
I could really use some formula help on how to fix this. Thank you in advance!
Answers
-
Hi @Michelle Fayed
Hope you are fine, could you please share a screenshot of the original sheet that contains the data table you trying to collect the data from ( after removing or replacing any sensitive information )This will make it easier for me to provide the appropriate answer to your question.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Since the 2nd, 3rd, and 4th largest numbers are the same (30), the formula is returning the first match it finds, as it's not able to use a unique value as the match criteria.
Would the data need to be parsed into individual rows? How about using a JOIN(COLLECT formula instead?
Ex:
=JOIN(COLLECT(Name$1:Name$73, [2021]$1:[2021]$73, LARGE([2021]$1:[2021]$73, 4), " / ")
This should bring all three station names that have used your program 30 times into one cell. Let me know if this would work for you!
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!