Rich_B
Board Regular
- Joined
- Aug 16, 2014
- Messages
- 239
Hi
I'm not sure if this is possible but if it is I would appreciate some help with it.
I have a column of data in a table returning text values via a formula. They are typically quite long and I would like to shorten them down.
For example:
One of the returned values might be "Wet-Cast (YELLOW)" I would like to shorten this down to "WC".
The entire list of possible values and the shorter versions I would like instead are:
- "Wet-Cast (YELLOW)" convert to "WC"
- "Wet-Cast (WHITE)" convert to "WC"
- "Wet-Cast (RED)" convert to "WC"
- "Semi-Dry" convert to "SD"
- "GRP (WHITE)" convert to "GRP"
- "GRP (RAL)" convert to "GRP"
The sheet is called "FACTORY_PRINTOUTS" and the range I would need the macro to be active in is D11:D40
Thank you
Excel 2007
Win 8.1
PC
I'm not sure if this is possible but if it is I would appreciate some help with it.
I have a column of data in a table returning text values via a formula. They are typically quite long and I would like to shorten them down.
For example:
One of the returned values might be "Wet-Cast (YELLOW)" I would like to shorten this down to "WC".
The entire list of possible values and the shorter versions I would like instead are:
- "Wet-Cast (YELLOW)" convert to "WC"
- "Wet-Cast (WHITE)" convert to "WC"
- "Wet-Cast (RED)" convert to "WC"
- "Semi-Dry" convert to "SD"
- "GRP (WHITE)" convert to "GRP"
- "GRP (RAL)" convert to "GRP"
The sheet is called "FACTORY_PRINTOUTS" and the range I would need the macro to be active in is D11:D40
Thank you
Excel 2007
Win 8.1
PC