Hi all,
I have a cell that has data validation set to be = a list of values like this:
"01008, English as a Second Language"
When a user picks a value, i want the Cell to only display 01008 with formats. I want to do this because the file will be saved as Tab Delimited which should only save the shown values.
Is there anyway to do this without VBA and without Macros? I was thinking of a custom format, but can seem to make it work. Thanks in advance
I have a cell that has data validation set to be = a list of values like this:
"01008, English as a Second Language"
When a user picks a value, i want the Cell to only display 01008 with formats. I want to do this because the file will be saved as Tab Delimited which should only save the shown values.
Is there anyway to do this without VBA and without Macros? I was thinking of a custom format, but can seem to make it work. Thanks in advance