Hi,
I have a spreadsheet that uses the formula below to look at four criteria and return the value where all four match. I am now trying to incorporate this into a larger spreadsheet where this formula (adjusted to work) will appear on every line (approx 5000). I have changed it to work but applied it to all lines and it's very very slow to process....I quit after 7%
=LOOKUP(2,1/((FullData!A2:A650=A7)*(FullData!B2:B650=E7)*(FullData!C2:C650=I7)*(FullData!D2650=M7)),FullData!E2:E650)
My question is does anyone know of a better way of doing what the formula does? Any help/suggestions would be great.
Thanks
I have a spreadsheet that uses the formula below to look at four criteria and return the value where all four match. I am now trying to incorporate this into a larger spreadsheet where this formula (adjusted to work) will appear on every line (approx 5000). I have changed it to work but applied it to all lines and it's very very slow to process....I quit after 7%
=LOOKUP(2,1/((FullData!A2:A650=A7)*(FullData!B2:B650=E7)*(FullData!C2:C650=I7)*(FullData!D2650=M7)),FullData!E2:E650)
My question is does anyone know of a better way of doing what the formula does? Any help/suggestions would be great.
Thanks