Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Max wrote:
An index/match could also be used .. Assume your posted table is within A1:D4, data in B2:D4, row headers in A2:A4, col headers in B1:D1 Assume you have the paired inputs in F2:G2 down, eg in F2: Single, in G2: Termo then you could place this in H2: =INDEX($B$2:$D$4,MATCH(F2,$A$2:$A$4,0),MATCH(G2,$B $1:$D$1,0)) to return the intersection data, viz: 30 Copy H2 down to return correspondingly for other paired inputs in F3:G3, F4:G4, etc Definitely. A very nice scalable alternative. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
return values in the table with multiple conditions | Excel Worksheet Functions | |||
how do I return a value between two other values from a table | Excel Worksheet Functions | |||
Exclude #N/A values and Return Numeric values to consecutive cells in Single Row | Excel Worksheet Functions | |||
Pivot Table (vlookup 2 column text values, return 1 value) | Excel Discussion (Misc queries) | |||
Search multiple values to return single values | Excel Worksheet Functions |