• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Excel Question

40Hands

Diamond Member
I have a cell. The value of the cell will be Y, N, N/A via a drop down selection. If the person types the letter in lower case y, n, n/a I want it to make it a capital letter automatically.

 
Just realized there might be some issues with formulas using that code globally on the worksheet... so if you can limit it to a certain range, then you might want to. 🙂

I didn't write the code... but if you need something different let me know and I'll take a look.
 
You could put some simple vba in the worksheet that will automatically change a it when someone makes a lowercase entry. That way, there wouldn't be any formula in the field. However, you would have to have macros enabled for it to work.
 
Just for reference, here is some code that I wrote quickly that will convert all entries in column A to uppercase.

It needs to go in the sheet object.

 
Back
Top