Determining address of cell after index(match formula

pvr928

Well-known Member
Joined
Oct 21, 2002
Messages
790
After determining the result of an index(match formula from a 10 x 5 data series, is there any way to use this result to determine the address of the cell that contained the result of the index(match formula?

Any help greatly appreciated.

Cheers

pvr928
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
In Excel you can use the ADDRESS-formula with the same MATCH-functions you used with the INDEX. If your table doesn't begin from A1 you have to add the number of columns / rows to the MATCH-values to get the correct cell address.

Say my table range starts from F11. Column F is the 6th column so I have to add 5 to my column match and since there's 10 rows on top of my table, I need to add 10 to the row match value:

=ADDRESS(MATCH for rows + 10,MATCH for columns + 5)
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,331
Members
452,907
Latest member
Roland Deschain

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