Formula to Delete Blanks in Entry

sideshow23bob

New Member
Joined
Aug 20, 2010
Messages
2
Hello,
First time poster and I figured out my problem with a VLOOKUP that's been giving me trouble is due to there being a space before some the entries so it's not able to pull it (i.e.00045 vs 00045 [note no space before the first zero in the first one which is what I want])

Is there a way for me to format the actual cells with this extra space in the beginning to not have it?

Thanks
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Maybe:

=VLOOKUP(RIGHT(A1,LEN(A1)-1),$B$1:$C$100,1,FALSE)

Adjust cell references to suit
 
Upvote 0
Maybe:

=VLOOKUP(RIGHT(A1,LEN(A1)-1),$B$1:$C$100,1,FALSE)

Adjust cell references to suit

Oh wow, actually I just figured it out. It's really easy:
I selected the data and did a Find / Replace and
in Find I just entered a space then did a Replace ALL and it's working fine.

Thanks though for the other solution delaneyjm
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,520
Members
449,088
Latest member
RandomExceller01

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