Vlookup won't see a number unless I press F2 and Enter

usnapoleon

Board Regular
Joined
May 22, 2014
Messages
110
Office Version
  1. 365
Platform
  1. Windows
Hi all
I have a Vlookup formula that is functioning correctly, but it requires stupid actions on my part.

1730495701196.png


The stupid part is that I have to go into each cell in column T, press F2 to edit, then press enter. THEN the Vlookup in column Z will display the actual number. I'm not actually editing anything in Column T. But that is what I have to do. Anyone know why?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Oh, I should also add that the data above is copied from another spreadsheet, exact copy/paste of the data
 
Upvote 0
Looks like Column T are numbers stored as text, column D is probably real numbers.
If none of the numbers start with 0 try (on a copy of your sheet) selecting column T then

  • Data tab
  • Text to Columns
  • Delimited
  • Next
  • Make sure all the checkboxes are cleared
  • Click Finish
 
Upvote 0
Solution
It is stored as a Text, stupid thing. I was looking at the formatting and it wasnt standing out to me. I wonder why it's like that. I'll dig deeper, but at least it would be an easier fix each time I work on this. Thank you!
 
Upvote 0
but at least it would be an easier fix each time I work on this.
If you don't want to have to do the Text to Columns every time, try just changing your column Z formula to
Excel Formula:
=VLOOKUP(--T411,'2024 Gift Cert Balances'!D:D,1,0)
 
Upvote 0

Forum statistics

Threads
1,223,532
Messages
6,172,881
Members
452,486
Latest member
standw01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top