Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Buenas tardes,
Quisiera me pudieran ayudar como puedo sustituir valores por otros, en cada columna de mi excel, por ejemplo hay valores que son:
> (7) = Debe quedar 7
> ... (9) = Debe quedar 9, etc
Mi libro tiene en 120 y 200 columnas y no mantiene un orden, pero esto no pasa en todas las columnas, sólo en algunas, existe alguna forma de poder reemplazarlos? Gracias.
Google Translate:
::::::::::::::::::::::::::
Good afternoon,
Wish they could help me as I can substitute other values in each column of my excel, for example there are values that are:
> (7) = Must be 7
> ... (9) = Must be 9 etc
My book is on 120 and 200 columns and does not maintain order, but this does not happen in all columns, only some there any way you could replace them? Thank you.
maybe
PurgeChar(ColumnName, '()')
or
KeepChar(ColumnName,'0123456789')
or
TextBetween(ColumnName,'(',')')
?
hope this helps
regards
Marco