Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to find a value based on a lookup across the top of my spreadsheet and
then a value down the side and where the row and column intersect is the value I want. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Otter" wrote:
I need to find a value based on a lookup across the top of my spreadsheet and then a value down the side and where the row and column intersect is the value I want. One simple way - use index/match Assume source table below is in A1:C4 January February Hair 45 84 Beans 42 61 Prod3 72 29 (month col headers are text) Assume you have the inputs in E2:F2 down Beans January Prod3 February You could put in G2: =INDEX($B$2:$C$4,MATCH(E2,$A$2:$A$4,0),MATCH(F2,$B $1:$C$1,0)) and copy down to return the cross-hair/intersection results. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup a value in column B but return value in Column A | Excel Discussion (Misc queries) | |||
VLookup column return issue | Excel Discussion (Misc queries) | |||
Vlookup/hlookup without using row or column numbers | Excel Worksheet Functions | |||
Can you link HLOOKUP AND VLOOKUP formulas and return their interce | Excel Worksheet Functions | |||
Alternative to Vlookup/Hlookup to return a value. | Excel Worksheet Functions |