Uppercase Column

default_name

Board Regular
Joined
May 16, 2018
Messages
170
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
  2. MacOS
Hey guys,

Not sure if this is possible or not, but I figured that if anyone knew, it'd be someone on here.

Is there a way to make an entire column UPPERCASE without the use of VBA?
I am trying to avoid turning an xlsx into an xlsm.

Specifically, Column E is a yes/no column and should contain either 'Y' or 'N' in each cell of that column...however, if a user types in a 'y' or a 'n' i'm hoping to find a way to have those inputs automatically change to caps.

I see the simple UPPER(cell or range) command, but I am wondering if there is any other way.
Perhaps with conditional formatting?

Thanks in advance!
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
You could use Data Validation, to prevent them from entering anything other than Y or N.
 
Upvote 0
You could use Data Validation, to prevent them from entering anything other than Y or N.

Thanks Fluff! I thought about Data Validation as well.
It looks like VBA is really my only other option here haha
 
Upvote 0
If Dv won't work for you, then VBA is the only solution that I know of.
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,715
Members
448,985
Latest member
chocbudda

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