G
Guest
Hi all
Hoping someone can help me
I have a named range: Nort
A B
Melbourne 10 .
Sydney 8 .
Et
In another spreadsheet I have 5000+ transaction
Reads like:
A
Dest kg
Melbourne 2
Not all the destinations are covered in the named range. So I need to Vlookup "Melbourne" and Multiply24 by .5 then add 10
Further to that, there is also a minimum of 15 per transaction and the problem of the ugly #N/
In essence I need something Like
=IF(VLOOKUP(A2,North,2,false)+VLOOKUP(A2,North,3,false)*B2<15,15,VLOOKUP(A2,North,2,false)+VLOOKUP(A2,North,3,false)*B2
but I also need to get rid of th #N/A'
Thanks Alby
Hoping someone can help me
I have a named range: Nort
A B
Melbourne 10 .
Sydney 8 .
Et
In another spreadsheet I have 5000+ transaction
Reads like:
A
Dest kg
Melbourne 2
Not all the destinations are covered in the named range. So I need to Vlookup "Melbourne" and Multiply24 by .5 then add 10
Further to that, there is also a minimum of 15 per transaction and the problem of the ugly #N/
In essence I need something Like
=IF(VLOOKUP(A2,North,2,false)+VLOOKUP(A2,North,3,false)*B2<15,15,VLOOKUP(A2,North,2,false)+VLOOKUP(A2,North,3,false)*B2
but I also need to get rid of th #N/A'
Thanks Alby