aequitas1903
Board Regular
- Joined
- Mar 8, 2012
- Messages
- 127
Hello Everyone,
I was just wondering if it is possible to substitute multiple characters at once with a shorter formula.
I am using a conditional validation which refers to a helper column. I have to use a helper column to substitute some characters because excel name manager don't let me use commas, slashes etc.
This is my formula:
I tried "AND" and "OR" formula but it doesn't work
Because of variable values, I have to use a formula. Here is an example.
"Consumer & Industrial Products & Services (CIPS) " this should look like this "Consumer___Industrial_Products___Services__CIPS_"
Your help is always appreciated.
Kind Regards
I was just wondering if it is possible to substitute multiple characters at once with a shorter formula.
I am using a conditional validation which refers to a helper column. I have to use a helper column to substitute some characters because excel name manager don't let me use commas, slashes etc.
This is my formula:
Code:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(F33;" ";"_");"-";"_");"&";"_");"/";"_");"(";"_");")";"_");",";"_")
I tried "AND" and "OR" formula but it doesn't work
"Consumer & Industrial Products & Services (CIPS) " this should look like this "Consumer___Industrial_Products___Services__CIPS_"
Your help is always appreciated.
Kind Regards