Home |
Search |
Today's Posts |
#4
![]() |
|||
|
|||
![]()
Thanks....however I did exactly as you have it and did the ctrl shift enter
and I get the message box: Array formulas are not valid in merged cells. Can you help with this? "Biff" wrote: Hi! Entered as an array using the key combo of CTRL,SHIFT,ENTER: =INDEX(D4:G5,MATCH(1,(A4:A5="apple")*(B4:B5="pear" )*(C4:C5="fruit"),0),MATCH(1,(D1:G1="car")*(D2:G2= "box"),0)) OR, use cell references to hold the criteria: J1 = apple J2 = pear J3 = fruit K1 = car K2 = box =INDEX(D4:G5,MATCH(1,(A4:A5=J1)*(B4:B5=J2)*(C4:C5= J3),0),MATCH(1,(D1:G1=K1)*(D2:G2=K2),0)) Biff "Deeds" wrote in message ... Here it is: car bus eat walk box cat rug talk apple pear fruit 5 10 15 20 apple corn fruit 7 3 2 4 I need to on another page do the following: If D1=car and D2=box AND A4=apple and B4=pear and C4=fruit, bring back "5" Can anyone help? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using single cell reference as table array argument in Vlookup | Excel Worksheet Functions | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |