
Originally Posted by
Sambo kid
I cannot open your attachment, did you click go advanced (below this quick reply window) then manage attachments, then browse, upload, close and ok to upload?
offhand the only reason I can think of an error is if you are going against text that looks like numbers instead of numbers. If you use =ISTEXT(A2) and it returns TRUE then you are going against text instead of numbers.
if you are running up against text then you can alter the formula with this instead ... =A2+LOOKUP(A2*1,{0,21,101,201,301},{2,5,10,15,20})
Bookmarks