Why doesn't my Vlookup work anymore?

kajero

Board Regular
Joined
Jun 28, 2009
Messages
150
I have three tabs. The first tab contains the table with VLOOKUP formulas. The second tab is the budget I download from the network server. The third tab contains information I download from PeopleSoft. The file downloads as a .cvs file and I save the downloaded file as an Excel file and then copy and paste the data into my worbook,


The lookup number will only return information from one of the tabs, but not both. (I have them formulas in separate columns) I know it has something to do with the way thet project numbers are formatted. If I copy and paste a project number from the budget tab to the VLookup tab, I get the information from the budget tab. If I copy and paste a project number the PeopleSoft tab into the VLookup tab, I get the PeopleSoft information.


What I don’t understand is my formulas worked great for the last couple of months, but something must have changed because now they just don’t work.


I have tried formatting the numbers anyway I can, but nothing works. Could someone advise me?

Thanks in advance for any help you can give me.
 
Try formatting the numbers so they all show two decimal places.

.4 should show as .40

That's the only thing I can suggest.

I am not very good at putting other people's spreadsheets together for analyzation so I am only suggesting.
 
Upvote 0

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
That was my first thought, too, but that doesn't work.

Here's a hackish solution (although I hate this solution):

Convert everything to text like so:

Cell B3: =TEXT(B2,"#,##0.00") <-- this calls B2 which is normal input such as 0.17 or 0.4

Vlookup function: =VLOOKUP(TEXT(B3,"#,##0.00"),D:H,2,0) <-- using the TEXT function again just to be safe

Range in column D: =TEXT((D16+0.01),"#,##0.00")


Again, this works but I am not a fan of this solution.

Does anyone know any other solution using a standard vlookup function?

Thanks! Pete
 
Upvote 0
I did get it to work with Concatenate, but you can't sum columns because everything is text.
 
Upvote 0

Forum statistics

Threads
1,215,521
Messages
6,125,307
Members
449,218
Latest member
Excel Master

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