Forum Discussion
DouglasJB
Jul 21, 2020Copper Contributor
Trying to use SUBSTITUTE to exchange a character, and gets VALUE ERROR
I have a column in my spreadsheet that have values with DOT instead of COMMA-sign. I created a public function like this: Public Function fixakomma(rng As String) fixacomma = SUBSTITUT...
DouglasJB
Jul 21, 2020Copper Contributor
I got the column in a table, and I wanted to use the Sum feature to summarize the values.
Earlier the column had a COMMMA-sign in that column, so it was easy to summarize, but from now on they will have a DOT, so since it is just this column I am interested in, I thought it would be easier to just use SUBSTITUTE, and inside a function, would allow me to select just this column.,
DouglasJB