Conditional formatting

ra_weiss

New Member
Joined
Oct 18, 2008
Messages
35
I have tried, to no avail, but is it possible to add conditional formatting which will replace any character entered in a cell with an "a"?

"a" because with marlett font that "a" becomes a checkmark.

I tried FORMAT:NUMBER:CUSTOM:"a", but that doesn't work.
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Hi ra_weiss,

Conditional formatting can't change the characters in a cell, but what you describe can be done using the Worksheet_Change event to replace the entered text with "a" in the cell or cells of interest.

Damon
 
Upvote 0
Hi ra_weiss,

Conditional formatting can't change the characters in a cell, but what you describe can be done using the Worksheet_Change event to replace the entered text with "a" in the cell or cells of interest.

Damon
Actually, regular formatting can. I resolved my issue by selecting marlett font and using a custom number of "a". Now, when a user puts a "1" in the cell it changes to a checkmark, and I've applied data validation to insure only a "1" will be accepted.
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,734
Members
452,939
Latest member
WCrawford

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