VLookup Formula

J

jazzydwit

Hi. Can someone tell me why I get the Vlookup formula in the cell I am
trying to pull data into? I tried copying and pasting data in new
workbook, but the formula still shows in the cell.
thanks. This is what shows in my cell after I perform the vlookup
process. =VLOOKUP(A2,Sheet1!A2:B3197,1,false)
thanks.
 
N

Niek Otten

Format the cell as General and then re-enter the formula (F2, ENTER)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Hi. Can someone tell me why I get the Vlookup formula in the cell I am
| trying to pull data into? I tried copying and pasting data in new
| workbook, but the formula still shows in the cell.
| thanks. This is what shows in my cell after I perform the vlookup
| process. =VLOOKUP(A2,Sheet1!A2:B3197,1,false)
| thanks.
|
 
A

Arvi Laanemets

Hi

Change the cell format from Text to some other (General, Numeric, Date,
Custom, etc)

PS. Probably it'll be wise to change lookup range reference to absolute one
=VLOOKUP(A2,Sheet1!$A$2:$B$3197,1,false)


Arvi Laanemets
 
G

Gary Brown

Do you have Excel set to show formulas instead of the values that are the
result of formulas?
To see if 'view formulas instead of values' is set...
Tools>Options...>View>Window Options
Check to see if 'Formulas' is checked. If it is, uncheck it.

--
HTH,
Gary Brown
(e-mail address removed)
If this post was helpful to you, please select ''YES'' at the bottom of the
post.
 
J

jazzydwit

hi and thanks for the response. I actually tried changing the format
and using the absolute value. Sorry I didn't mention that before.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top