Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
please help with this need to recive the intercection between loose And
exposed answer shold be E. Shelterd Partially Shelterd Eposed Extremely Exposed Very Loose E D C A Loose G F E B Average J I H F Tight K J I G Very Tight L L L L Thank you for the Help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I entered you data such that the word "Sheltered" in in B1, and "Very Loose"
is in A2, etc In G1 I enter Loose and in H1 I entered Exposed In J1 I used the formula =INDEX(B2:E6,MATCH(G1,A2:A6,0),MATCH(H1,B1:E1,0)) to get the answer E As a second experiment, I selected A1:E6 and use Create Names. Now, for example, D2:D6 is called Exposed while B3:E3 is called Loose A formula such as = Loose Exposed will return the intersection. The space in this formula is the 'intersection operator' best wishes -- Bernard Liengme http://people.stfx.ca/bliengme Microsoft Excel MVP "msao" wrote in message ... please help with this need to recive the intercection between loose And exposed answer shold be E. Shelterd Partially Shelterd Eposed Extremely Exposed Very Loose E D C A Loose G F E B Average J I H F Tight K J I G Very Tight L L L L Thank you for the Help |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Another way using VLOOKUP(). Make sure the text mentioned in the formula or
reference cell is exactly same as mentioned in row headers and column headers =VLOOKUP("Loose",A1:E10,MATCH("Exposed",A1:E1,0),0 ) 'with the lookup values in F1 and F2 =VLOOKUP(F1,A1:E10,MATCH(F2,A1:E1,0),0) If this post helps click Yes --------------- Jacob Skaria "msao" wrote: please help with this need to recive the intercection between loose And exposed answer shold be E. Shelterd Partially Shelterd Eposed Extremely Exposed Very Loose E D C A Loose G F E B Average J I H F Tight K J I G Very Tight L L L L Thank you for the Help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with INDEX | Excel Worksheet Functions | |||
Where is the HELP INDEX | Excel Discussion (Misc queries) | |||
Chart axes color index vs font color index | Charts and Charting in Excel | |||
How do I pull the col. index value as well as row index value | Excel Discussion (Misc queries) | |||
index/index | Excel Worksheet Functions |