Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Bob, you also found the solution to my problem.
"Bob Phillips" wrote: =INDEX(A1:D7,MATCH(H1,A1:A7,0),MATCH(H2,A1:D1,0)) -- HTH Bob Phillips (remove xxx from email address if mailing direct) "beauknowssoccer" wrote in message ... I would like to find the intersection of two variable data points in an array. So in the chart below I would like to have a seperate cell (call it H1) dictate what year in column A to look for and then another cell (call it H2) dictate what word to look for in Row 1 and then find the interestion between them (if the year is 1935 and the word was house then answer is 5) A B C D 1 Year car house kids 2 1933 8 5 5 3 1934 4 7 4 4 1935 6 5 6 5 1936 8 4 8 6 1937 10 2 3 7 1938 12 3 4 Thank you for any help that you can give me. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting #N/A from Vlookup when matching value exist in the lookup data range. | Excel Worksheet Functions | |||
how do I lookup data based on two columns of data | Excel Worksheet Functions | |||
2 Column Data lookup | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Extending a Chart Data Series from an Array - Can it be done? | Charts and Charting in Excel |