converting lowercase to CAPS

JetEscamilla

Board Regular
Joined
Apr 17, 2006
Messages
91
Office Version
  1. 2016
Platform
  1. Windows
I have a lot of data in a spreadsheet that someone else has previously done. I am having to refernce it and in order to do this quickly I am using vlookup. The problem is that whoever did this did not put everything in CAPS, which is how engineers typically show text on plans, and I really dont want to have to re-type everthing. Is there a quick way I can get excell or vlookup to do this for me?
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Check out the UPPER function. In VBA, it is UCASE.
 
Upvote 0
Hi

You can use UPPER to convert text to all upper-case ie:

=UPPER(A1)

will return the text in A1 to all in uppercase (ie so "abcd" becomes "ABCD").

I believe VLOOKUP is case insensitive, however, so upper/lower shouldn't be giving you any problems on this score.

Richard
 
Upvote 0
Thanks the upper function was all I needed. I had no idea of that function. This will definatly prove useful.
 
Upvote 0

Forum statistics

Threads
1,214,823
Messages
6,121,779
Members
449,049
Latest member
greyangel23

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