O
oldjay
="Ext. No. "&VLOOKUP(C19,Z71:AB76,3)yields "Value"
=VLOOKUP(C19,Z71:AB76,3) yields the correct result
=VLOOKUP(C19,Z71:AB76,3) yields the correct result
Chip Pearson said:I can't reproduce a #VALUE error (if that is what you mean by "yields
value"). However, I think you might need the 4th parameter to VLOOKUP
set to FALSE. E.g.,
="Ext. No. "&VLOOKUP(C19,Z71:AB76,3,FALSE)
If you omit the FALSE or set it to TRUE, VLOOKUP does a "closest
match" lookup, and the data must be in ascending sorted order. With
FALSE, you indicate to VLOOKUP that you want an exact match. The order
of the data need not be sorted.
Also, ensure that the cell you are looking up, C19, does not itself
contain an error.
Cordially,
Chip Pearson
Microsoft MVP 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com
[email on web site]
.="Ext. No. "&VLOOKUP(C19,Z71:AB76,3)yields "Value"
=VLOOKUP(C19,Z71:AB76,3) yields the correct result
Chip Pearson said:I can't reproduce a #VALUE error (if that is what you mean by "yields
value"). However, I think you might need the 4th parameter to VLOOKUP
set to FALSE. E.g.,
="Ext. No. "&VLOOKUP(C19,Z71:AB76,3,FALSE)
If you omit the FALSE or set it to TRUE, VLOOKUP does a "closest
match" lookup, and the data must be in ascending sorted order. With
FALSE, you indicate to VLOOKUP that you want an exact match. The order
of the data need not be sorted.
Also, ensure that the cell you are looking up, C19, does not itself
contain an error.
Cordially,
Chip Pearson
Microsoft MVP 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com
[email on web site]
.="Ext. No. "&VLOOKUP(C19,Z71:AB76,3)yields "Value"
=VLOOKUP(C19,Z71:AB76,3) yields the correct result
oldjay said:This workbook is used for estimating and manufacturing process control and
has been used for many years. My problems have occurred since I tried to
migrate to Excel 2010. I opened the workbook in 2010 and saved it as an .xls
file compatible with older versions. The size of the file increased from
3.0mb to 3.6mb. It has numerous formula errors.
I have deleted all data and code except 2 cells with formula errors. I have
saved this workbook. It is now has 500K with only 2 cells populated. I
would like someone to look at this and give me some advise on what to do.
Chip Pearson said:I can't reproduce a #VALUE error (if that is what you mean by "yields
value"). However, I think you might need the 4th parameter to VLOOKUP
set to FALSE. E.g.,
="Ext. No. "&VLOOKUP(C19,Z71:AB76,3,FALSE)
If you omit the FALSE or set it to TRUE, VLOOKUP does a "closest
match" lookup, and the data must be in ascending sorted order. With
FALSE, you indicate to VLOOKUP that you want an exact match. The order
of the data need not be sorted.
Also, ensure that the cell you are looking up, C19, does not itself
contain an error.
Cordially,
Chip Pearson
Microsoft MVP 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com
[email on web site]
.="Ext. No. "&VLOOKUP(C19,Z71:AB76,3)yields "Value"
=VLOOKUP(C19,Z71:AB76,3) yields the correct result