Link to home
Start Free TrialLog in
Avatar of Seamus2626
Seamus2626Flag for Ireland

asked on

ISNA Match formula

Hi, a ss i am working on has the following formula

=IF(ISNA(MATCH("High",(BV12:CB12,$BP12),0)),IF(ISNA(MATCH("Medium",(BV12:CB12,$BP12),0)),IF(ISNA(MATCH("Low",(BV12:CB12,$BP12),0)),0,"Low"),"Medium"),"High")


I am wondering is it possible to use a match like this

(BV12:CB12,$BP12),0))

So thats a range, and then a seperate cell

I think its returning an incorrect calculation

Many thanks

Seamus
ASKER CERTIFIED SOLUTION
Avatar of NBVC
NBVC
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Seamus2626

ASKER

Perfect :-)