Match Index Formula

NVRensburg

Board Regular
Joined
Jul 1, 2014
Messages
100
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi there
This is the table that I have populated, now in the bottom table I want to use formula's to find the match the information from the Rows and Columns to put the names in the table from above (if that makes any sense). Please could someone help me with the correct formula.
 

Attachments

  • site example.png
    site example.png
    48.3 KB · Views: 22
To avoid #value use the below instead and copy it across in all range

=IFERROR(TEXTJOIN(", ",1,IF(B$3:B$14=$A16,$A$3:$A$14,"")),"")
Cheers
Mede
Thanks Mede, I tried that, and now it's giving me no value in cell B16, but it should be showing Person A?
 
Upvote 0

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Thank you so much, that looks perfect....however I'm getting a #VALUE when I put those formula's in. Any idea's why?
If you start a fresh worksheet then click this icon ..
1584516930473.png
.. on my post #7 mini-sheet then select cell A1 on that fresh worksheet and then Paste, what happens with he results?
 
Upvote 0
I think I misread your Office versions as 365 and 2019, not 2016 when I said you would have TEXTJOIN but I don't think #VALUE should be the result anyway, but what version were you using when you get those errors?

Can you post that sheet again (but all the way from cell A1 to G23) using XL2BB?
 
Upvote 0
I think I misread your Office versions as 365 and 2019, not 2016 when I said you would have TEXTJOIN but I don't think #VALUE should be the result anyway, but what version were you using when you get those errors?

Can you post that sheet again (but all the way from cell A1 to G23) using XL2BB?

SAMPLE.xlsx
K
9
16 MARCH 2020
 
Upvote 0
SAMPLE.xlsx
ABCDEFG
1WEEK STARTING16/03/202017/03/202018/03/202019/03/202020/03/202021/03/2020
2NAMEMONDAYTUESDAYWEDNESDAYTHURSDAYFRIDAYSATURDAY
3Person ASpencerSpencerSpencerSpencerTraining
4Person BHargreavesHargreavesHargreavesHargreavesHargreaves
5Person CTropicanaTropicanaTropicanaTropicanaTropicanaTropicana
6Person DDNWDNWDNWShore JunctionNo workDNW
7Person EHouse 1House 2House 3DNWDNWDNW
8Person FTropicanaTropicanaTropicanaTropicanaTraining
9Person GConstellationConstellation
10Person HM OneM OneM OneConstellationShore Junction
11Person I
12Person JHargreavesHargreavesHargreavesHargreavesHughes and Tuke
13Person KSale MasonrySale MasonrySale MasonrySale MasonryTraining
14Person LCMPCMPCMPCMPCMP
15SITEMONDAYTUESDAYWEDNESDAYTHURSDAYFRIDAYSATURDAY
16Spencer #VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!
17Hargreaves #VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!
18Princes Street #VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!
19Mercy #VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!
20M One #VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!
21Constellation Bus Station #VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!
22Sale Masonry #VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!
23Ryman Healthcare #VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!
16 MARCH 2020
Cell Formulas
RangeFormula
B16:G23B16=TEXTJOIN(", ",1,IF(B$3:B$14=$A16,$A$3:$A$14,""))
 
Upvote 0

Forum statistics

Threads
1,214,638
Messages
6,120,676
Members
448,977
Latest member
moonlight6

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top