Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Nick Ersdown
 
Posts: n/a
Default #VALUE! error: vlookup works in Excel 2000 but not 2003

Hi,

My client has a spreadsheet which works fine in Excel 2000 but when opened
with Excel 2003 it populates the pages with #VALUE! and the best I can tell
is that the problem is with the following formulas.

Can anyone advise if they have seen this before. I am unable to post their
file but this is the code that I think is a bit suspect.

=IF(ISERROR(VLOOKUP(B14,'C:\Documents and Settings\User\My Documents\[Price
List 040301.xls]Items'!$A:$M,11,FALSE))=TRUE,"",VLOOKUP(B14,'C:\Do cuments
and Settings\User\My Documents\[Price List
040301.xls]Items'!$A:$M,11,FALSE))


Many thanks,

Nick Ersdown


  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default #VALUE! error: vlookup works in Excel 2000 but not 2003

Value errors in a lookup function occur either if there is a value error in
the list itself or if you calculate with the lookup function. Does your
client use the looked up value in a calculation then the lookup value is
text (or the other value is text) if not another formula created the value
either in the lookup table itself or as part of the same formula that holds
the lookup. I have never had any problems with errors using the same raw
data between different excel versions,
if somehow this only happens in 2003 I assume that somehow it was converted
to text, also make sure your client has the latest service pack installed

note that the =TRUE is not necessary, if ISERROR is TRUE you don't have to
test for it with =TRUE

--
Regards,

Peo Sjoblom

(No private emails please)


"Nick Ersdown" wrote in message
...
Hi,

My client has a spreadsheet which works fine in Excel 2000 but when opened
with Excel 2003 it populates the pages with #VALUE! and the best I can
tell is that the problem is with the following formulas.

Can anyone advise if they have seen this before. I am unable to post
their file but this is the code that I think is a bit suspect.

=IF(ISERROR(VLOOKUP(B14,'C:\Documents and Settings\User\My
Documents\[Price List
040301.xls]Items'!$A:$M,11,FALSE))=TRUE,"",VLOOKUP(B14,'C:\Do cuments and
Settings\User\My Documents\[Price List 040301.xls]Items'!$A:$M,11,FALSE))


Many thanks,

Nick Ersdown


  #3   Report Post  
Posted to microsoft.public.excel.misc
Nick Ersdown
 
Posts: n/a
Default #VALUE! error: vlookup works in Excel 2000 but not 2003

OK, many thanks for your advice. I will have a good look at the formulas
and see if I can spot what you have suggested.

Regards,

Nick

"Peo Sjoblom" wrote in message
...
Value errors in a lookup function occur either if there is a value error
in the list itself or if you calculate with the lookup function. Does your
client use the looked up value in a calculation then the lookup value is
text (or the other value is text) if not another formula created the value
either in the lookup table itself or as part of the same formula that
holds the lookup. I have never had any problems with errors using the same
raw data between different excel versions,
if somehow this only happens in 2003 I assume that somehow it was
converted to text, also make sure your client has the latest service pack
installed

note that the =TRUE is not necessary, if ISERROR is TRUE you don't have to
test for it with =TRUE

--
Regards,

Peo Sjoblom

(No private emails please)


"Nick Ersdown" wrote in message
...
Hi,

My client has a spreadsheet which works fine in Excel 2000 but when
opened with Excel 2003 it populates the pages with #VALUE! and the best I
can tell is that the problem is with the following formulas.

Can anyone advise if they have seen this before. I am unable to post
their file but this is the code that I think is a bit suspect.

=IF(ISERROR(VLOOKUP(B14,'C:\Documents and Settings\User\My
Documents\[Price List
040301.xls]Items'!$A:$M,11,FALSE))=TRUE,"",VLOOKUP(B14,'C:\Do cuments and
Settings\User\My Documents\[Price List 040301.xls]Items'!$A:$M,11,FALSE))


Many thanks,

Nick Ersdown




  #4   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default #VALUE! error: vlookup works in Excel 2000 but not 2003

Is the path identical on both machines?

Do you both have Windows XP?

Pete

  #5   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default #VALUE! error: vlookup works in Excel 2000 but not 2003

Good point, I have never heard different excel versions creating value
errors with the same workbook but I have seen posts where different windows
versions do it

--
Regards,

Peo Sjoblom

(No private emails please)


"Pete" wrote in message
ups.com...
Is the path identical on both machines?

Do you both have Windows XP?

Pete




  #6   Report Post  
Posted to microsoft.public.excel.misc
Nick Ersdown
 
Posts: n/a
Default #VALUE! error: vlookup works in Excel 2000 but not 2003

Hi All,

Thanks for your advice. I have had a good play around and the bulk of my
problems are coming from the old trick for returning empty cells instead of
a zero value - ,"",

Excel 2003 treats it as a non numeric value and the formula generates the
error message. I changed it to be a 0 instead of "" and the formulas are
working okay now.

Many thanks,

Nick Ersdown


"Peo Sjoblom" wrote in message
...
Good point, I have never heard different excel versions creating value
errors with the same workbook but I have seen posts where different
windows versions do it

--
Regards,

Peo Sjoblom

(No private emails please)


"Pete" wrote in message
ups.com...
Is the path identical on both machines?

Do you both have Windows XP?

Pete




  #7   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default #VALUE! error: vlookup works in Excel 2000 but not 2003

xl2002+ likes to recalculate any workbooks that were created in previous
versions. In earlier versions of excel, if you answer No to the update links
prompt, the existing values are kept. In xl2002+, you get those errors.

Jim Rech posted a registry tweak:
http://groups.google.com/groups?thre...GP11.phx .gbl

Maybe it'll work for you.

Nick Ersdown wrote:

Hi,

My client has a spreadsheet which works fine in Excel 2000 but when opened
with Excel 2003 it populates the pages with #VALUE! and the best I can tell
is that the problem is with the following formulas.

Can anyone advise if they have seen this before. I am unable to post their
file but this is the code that I think is a bit suspect.

=IF(ISERROR(VLOOKUP(B14,'C:\Documents and Settings\User\My Documents\[Price
List 040301.xls]Items'!$A:$M,11,FALSE))=TRUE,"",VLOOKUP(B14,'C:\Do cuments
and Settings\User\My Documents\[Price List
040301.xls]Items'!$A:$M,11,FALSE))

Many thanks,

Nick Ersdown


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Userforms in Excel 2003 created in Excel 2000 [email protected] Excel Discussion (Misc queries) 2 October 5th 05 12:31 PM
Excel 2000 Cannot find Outlook 2003 Frank M Setting up and Configuration of Excel 0 September 1st 05 09:40 PM
Works 4.0(wks) needs to be converted to Excel 2003 BJB Excel Discussion (Misc queries) 2 July 15th 05 03:49 PM
Excel 2000 to Excel 2003.... is it worh it? ste mac Excel Discussion (Misc queries) 7 February 22nd 05 11:31 AM
How to send Excel 2000 worksheets to Excel 2003? SecretarybyBarry Excel Discussion (Misc queries) 2 February 21st 05 05:28 PM


All times are GMT +1. The time now is 04:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"