Intercept and Indirect

G

Graham Haughs

Sorry but I am getting hung up on these intercept and indirect functions
as I thought they would be the ones to use in this situation but I
cannot get them to work. I have an array with column headings, 1,2,3,4
etc which are actually weeks. The rows are letters , A, B, C, etc which
identify cottages. If I enter C in cell A1 for example, and 21 in cell
B1, what I want it to do is look for the cell in week 21 for cottage C
and identify the value in that cell. I thought I could name each row and
column then use the indirect function from cells A1 and B1 to then look
for the intercept where the named column and row meets.
I would value any guidance to see if this is the way I should be doing it.

Regards
Graham Haughs
Turriff
Scotland.
 
G

Guest

your array is A2:Y18
=VLOOKUP(A1,A2:Y18,MATCH(B1,A2:Y2,0),FALSE),will give you the intersection
of c and 21
 

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