G
Guest
I have a report (worksheet) that stores my "item numbers" that look like
numbers as numbers.
I have another report (worksheet) that stores all item numbers as text.
I am trying to do a vlookup from the first report to the second report but I
am having problems converting the number to text.
For example, if the item number is 1202.01, I am trying to do the following:
vlookup(text(B2,"0.00"),Lookup,2,false)
where B2=1202.01 stored as a number. "Lookup" is a named range where the
first column is the item number which is stored as text.
This is returning "#N/A".
What am I doing wrong?
Thanks in advance!!
Janet
numbers as numbers.
I have another report (worksheet) that stores all item numbers as text.
I am trying to do a vlookup from the first report to the second report but I
am having problems converting the number to text.
For example, if the item number is 1202.01, I am trying to do the following:
vlookup(text(B2,"0.00"),Lookup,2,false)
where B2=1202.01 stored as a number. "Lookup" is a named range where the
first column is the item number which is stored as text.
This is returning "#N/A".
What am I doing wrong?
Thanks in advance!!

Janet