i have imported a bunch of CSV files into an XLS file, im hoping there is a quick fix that wont involve VB/VBA.
there are 9 worksheets with this aproximate layout
anyway i want to change the set values from actual numbers to a percentage of the sum of setA,B,C
is there a quick solution to this problem that doesnt involve me reinventing the wheel and typing a whole bunch of loops?
If somethings hard to do, its not worth doing - Homer Simpson
there are 9 worksheets with this aproximate layout
Code:
set1A set1B set1C set2A set2B set2C setnA setnB setnC
1 1000 2000 100 9999 8888 7777 xxxx xxxx xxxx
2 etc
3
...
n
anyway i want to change the set values from actual numbers to a percentage of the sum of setA,B,C
is there a quick solution to this problem that doesnt involve me reinventing the wheel and typing a whole bunch of loops?
If somethings hard to do, its not worth doing - Homer Simpson