Excel question

D

dannyboy8

I have what I would think is a fairly simple function that I cannot get for
the life of me, if I am looking to write a formula on one spreadsheet using
the intersection of 2 values (actual words in this case) can I write a
formula that will search vertically for one of the words then search
horizontally for the other word and return the value of where these 2
searches meet? I have tried VLOOKUP, HLOOKUP, MATCH and INDEX and am coming
up short, any help would be most appreciated!
 
P

Peo Sjoblom

=INDEX(A1:D20,MATCH(H1,A1:A20,0),MATCH(H2,A1:D1,0))

adapt to fit



--


Regards,


Peo Sjoblom
 
D

dannyboy8

Peo, in the match functions, can i use words i quotation marks as opposed to
a cell reference?
 

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

Similar Threads


Top