Hi,
I have row data that contains serial numbers in the following format "-VPT0000017J". Due to the minus upfront excel thinks this is a formula and assigns an additional "=" to the front. All and all I get an end result of "=-VPT0000017J", which is then displayed as #NAME? making it impossible to format.
Changing the way source data is formatted is not an option so I need a way to get rid of the additional characters.
I already tried using RIGHT; RIGHT+LEN(-2),SUBSITUTE or CTRL + F (Replace). Neither of them worked for me.
I would like a solution that I can turn into a simple VBA, which is to go through the entire column and automatically replace "=-" if needs be.
Any help will be much appreciated!
I have row data that contains serial numbers in the following format "-VPT0000017J". Due to the minus upfront excel thinks this is a formula and assigns an additional "=" to the front. All and all I get an end result of "=-VPT0000017J", which is then displayed as #NAME? making it impossible to format.
Changing the way source data is formatted is not an option so I need a way to get rid of the additional characters.
I already tried using RIGHT; RIGHT+LEN(-2),SUBSITUTE or CTRL + F (Replace). Neither of them worked for me.
I would like a solution that I can turn into a simple VBA, which is to go through the entire column and automatically replace "=-" if needs be.
Any help will be much appreciated!
Last edited: