Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Does anyone know of a function I can use to look up a cell based on multiple
conditions? I'm looking for something similar to the Sum(if((array-x=y), array-z,0)) formula but it would return text and not a sum. Sort of a vlookup with multiple conditions. Thanks for your help. Christine |
#2
![]() |
|||
|
|||
![]()
=INDEX(Range_with_text_value,MATCH(1,(array-x=y)*(array-z=next_condition),0)
) entered with ctrl + shift & enter -- Regards, Peo Sjoblom "cambrus" wrote in message ... Does anyone know of a function I can use to look up a cell based on multiple conditions? I'm looking for something similar to the Sum(if((array-x=y), array-z,0)) formula but it would return text and not a sum. Sort of a vlookup with multiple conditions. Thanks for your help. Christine |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUM based on multiple conditions - SORRY, URGENT!!! | Excel Worksheet Functions | |||
How to multiple conditions to validate more than 2 conditions to . | Excel Worksheet Functions | |||
Can VLOOKUP return multiple answers based on several identical lo. | Excel Worksheet Functions | |||
vlookup with multiple lines of same value | Excel Worksheet Functions | |||
Multiple Vlookup? | Excel Worksheet Functions |