shadow12345
Well-known Member
- Joined
- May 10, 2004
- Messages
- 1,238
I am using the below formula.
=MAX(VLOOKUP(E$49,$A$5:$L$14,5,FALSE),VLOOKUP(E$49,$A$5:$L$14,7,FALSE))
To return the maxium value which is fine if both field have a value but if not then I get an error ....
Easy enough to fix, put a zero in the blank fields.
My question is this, can I avoid having to put the zero... because i plan to also use the same again but with a MIN function... which will give the wrong value (0).
Any ideas?
=MAX(VLOOKUP(E$49,$A$5:$L$14,5,FALSE),VLOOKUP(E$49,$A$5:$L$14,7,FALSE))
To return the maxium value which is fine if both field have a value but if not then I get an error ....
Easy enough to fix, put a zero in the blank fields.
My question is this, can I avoid having to put the zero... because i plan to also use the same again but with a MIN function... which will give the wrong value (0).
Any ideas?