Is there a way to invoke an excel function on a given column and return the result on the same column?, so I don't need to create a new column for getting the transformed column. For example, let's say I would like to have a column A in upper case format, then I would like to apply the function UPPER(A:A)
, but replacing the value of the column A. Is there a way to do it?
All string manipulation function should be used in such a way. Usually, functions that have only one input argument.
The new excel functionality Power Query allows making simple transformations (but it does not have the power of excel functions) to the columns, but I am thinking of something with standard excel functionality.