Return Header

R

Riki713

I have two sheets (sheet 1 & sheet 2), the first has a table (from A1:BR86)
with fund names at the top, region numbers on the side and sales numbers
inside the table, the other sheet has one of the regions sales numbers, On
the second sheet I need a formula that will match each sales number (in a
list from A1:A25) from the second sheet to that same number within the table
on the first sheet, then tell me what Fund name (column header) that sales
number falls under.
 
K

KC Rippstein hotmail com>

On your second sheet use this formula in B1 then copy it down to B25:
=INDEX(Sheet1!$A$1:$BR$86,$1,MATCH($A1,Sheet1!$A$1:$BR$56))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top