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

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Thanks. I'm not sure what is going wrong. When I copy post #20 mini-sheet to a blank worksheet it works.
TEXTJOIN Help says it will return #VALUE! "If the resulting string exceeds 32767 characters" which clearly is not the case here.

What happens if you put this formula in a blank cell?

=TEXTJOIN(",",1,"a","b")
 
Upvote 0
1584579647423.png

Thanks. I'm not sure what is going wrong. When I copy post #20 mini-sheet to a blank worksheet it works.
TEXTJOIN Help says it will return #VALUE! "If the resulting string exceeds 32767 characters" which clearly is not the case here.

What happens if you put this formula in a blank cell?

=TEXTJOIN(",",1,"a","b")
Seems to work fine for that?
 
Upvote 0
Seems to work fine for that?
I'm at a bit of a loss.

On another fresh sheet, manually make these entries (don't copy my mini-sheet)

NVRensburg.xlsx
AB
1xa
2yb
3za
4
5ax, z
Sheet2
Cell Formulas
RangeFormula
B5B5=TEXTJOIN(", ",1,IF(B1:B3=A5,A1:A3,""))
 
Upvote 0
What if you select that formula cell (B5), press F2 then re-confirm the formula with Ctrl+Shift+Enter, not just Enter?
 
Upvote 0
That works!!!!!!!!!!!!!!!
Good news at last! :)

Is there a reason for that?
The formula is an 'array formula' since B1:B3 and A1:A3 in the formula both return an array of values, not just a single value. However, my understanding was that if you had a current version of Office 365 then the C+S+E confirmation was not required, and it certainly is not required when I enter the formulas.
It would be required if you were using your Excel 2016 version.

In your 365 version it might be worth going in to your Account Settings (where you got the image for post #18) and clicking the drop-down under 'Update Options' and choosing 'Update Now' to ensure that you do have the latest version for your subscription.
 
Upvote 0
I can't thank you enough for your help and patience with this! Thanks again so much
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,047
Members
449,064
Latest member
scottdog129

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