View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default Referencing a Rounded number in a LOOKUP command

=VLOOKUP(A1, C:D,2, False)

If D has numbers before rounding then use A1 without rounding,

"sCOTT" wrote:

Hello,

I have a cell that is rounding up another cell. Let's call that cell A1. I
have another cell that is looking up the rounded cell, A1, but it is not
outputting the correct number from the referenced table. The look-up array
and output array are both correct. I tested this same command in a separate
file and it works just fine. Also, when I simply input an actual number in
cell A1, my lookup command works fine.