I am trying to get this macro to select columns and have the columns adjusted be adjusted by one of the formulas below.
ToString([Unit Sales], 2, 1) OR '$'+ToString([Net Sales], 2, 1)
I am having trouble figuring out how to update the column only and not create additoinal columns.
Attached is what I have so far.