firegambler
Technical User
Hi,
my challenge looks like this:
I have several values in a column like:
**Manufacturing
**Warehousing
***VARIABLE COSTS
****OPERATING PROFIT
I am longing to eliminate the asterisks.
So I would like to search the cells from the right for the first asterisk to appear so that I could do something like
=right(A4,searchfromright("*",A4))
Is there a way to get rid of those asterisks without having a ton of nested if-statements?
Any tip is greatly appreciated.
Thanks in advance!
regards
firegambler
my challenge looks like this:
I have several values in a column like:
**Manufacturing
**Warehousing
***VARIABLE COSTS
****OPERATING PROFIT
I am longing to eliminate the asterisks.
So I would like to search the cells from the right for the first asterisk to appear so that I could do something like
=right(A4,searchfromright("*",A4))
Is there a way to get rid of those asterisks without having a ton of nested if-statements?
Any tip is greatly appreciated.
Thanks in advance!
regards
firegambler