DebbieDavis
Programmer
Hi there,
I have the following that works in the Lotus spreadsheet
but when brought over to Excel, produces the famous
#VALUE! error.
@VLOOKUP(J2,Q10..S14,2)
It converts to:
=VLOOKUP(J2,Q10:S14,2)
J2 is a date, 4/1/2003 or @date(2003,4,1)
Q10:S14
NEXT PAY CHG BALANCE NEW PAYMENT
- - -
05/20/2003 9,423.66 758.09
06/20/2003 8,979.88 722.39
07/20/2003 8,533.23 686.46
08/20/2003 8,083.71 650.30
09/20/2003 7,631.27 613.90
The result is supposed to be 613.90
I haven't moved any data. I just opened it in Excel. Thanks in advance for your thoughts.
I have the following that works in the Lotus spreadsheet
but when brought over to Excel, produces the famous
#VALUE! error.
@VLOOKUP(J2,Q10..S14,2)
It converts to:
=VLOOKUP(J2,Q10:S14,2)
J2 is a date, 4/1/2003 or @date(2003,4,1)
Q10:S14
NEXT PAY CHG BALANCE NEW PAYMENT
- - -
05/20/2003 9,423.66 758.09
06/20/2003 8,979.88 722.39
07/20/2003 8,533.23 686.46
08/20/2003 8,083.71 650.30
09/20/2003 7,631.27 613.90
The result is supposed to be 613.90
I haven't moved any data. I just opened it in Excel. Thanks in advance for your thoughts.