Jan 3, 2025
Preformat cells to automatically convert date to uppercase 03JAN25, instead of 03Jan25
To make a Data Validation that stops anytyping of lowercase letters you follow the steps below.
1. Right-Click desired Column and select Data Validation.
2. In the Data Validation pop-up, select the + Add rule.
3. Make sure your Apply to Range is set to the correct Column/Range.
4. Click the Criteria dropdown bar and select the second to last option which is Custom formula is.
5. In the text box under that dropdown put this formula =exact(upper(K:K),K:K) inside.
6. Now check the box next to Show help text for selected cell (If you do not see it click on Advanced Options).
7. In the new text box, put something like Uppercase Only!!.
8. Under If the data Is invalid:, select Reject the input.
9. now click done and no one will be able to put lowercase words in the range.
- But the above did not work. I don't think it works with dates anyway, but when I typed in just one lower case letter it didn't prevent me from doing so or give a warning, and didn't convert it to upper case. I think the point of the above Data Validation, if working, is to make you type all caps in a cell in the first place.
- Ideally I would just like to be able to type in a date lowercase, i.e. 03jan25 and have it change automatically to 03JAN25.
- I don't want to use a formula that references another cell to achieve this.
Details
Community content may not be verified or up-to-date. Learn more.
All Replies