shadow12345
Well-known Member
- Joined
- May 10, 2004
- Messages
- 1,238
Hi,
I am using a min formula to return the lowest value from two cells by vlookup.
MIN(VLOOKUP($A66,$A$5:$L$14,9,FALSE),VLOOKUP($A66,$A$5:$L$14,11,FALSE)
It works fine if both cells have a value (col 9 and Col 11) but if one is blank then it decides that mean its a zero... thus messing up my min formula.
Can anyone help, i want it to show correctly (ie if only one has a value then show that, if both have a value then show the min)
I am using a min formula to return the lowest value from two cells by vlookup.
MIN(VLOOKUP($A66,$A$5:$L$14,9,FALSE),VLOOKUP($A66,$A$5:$L$14,11,FALSE)
It works fine if both cells have a value (col 9 and Col 11) but if one is blank then it decides that mean its a zero... thus messing up my min formula.
Can anyone help, i want it to show correctly (ie if only one has a value then show that, if both have a value then show the min)