P
plotzmoney
Hello all, I was wondering if someone could please help me with a macro
Any and all help is appreciated:
Essentially, it would be a macro where you take a cell (which ha
various formulas and cell references in it) and convert those formula
and references into their values within the formula bar into a separat
cell next to it.
For example:
Where Cell A1 = Cells (F2+F3+F4)/F5
F2 = 50
F3= 200
F4= 250
F5=100
Steps for Macro
1. I would highlight cell A1 (or if multiple cells, I would highligh
all of them)
2. I would run the macro
Macro Output
1. The macro would paste a formula into the corresponding cells directl
to the right of it. (In this case, it would be cell B1)
2. In cell B1, the cell would show a value of "5", and would show th
following formula: =(50+200+250)/10
Any and all help is appreciated:
Essentially, it would be a macro where you take a cell (which ha
various formulas and cell references in it) and convert those formula
and references into their values within the formula bar into a separat
cell next to it.
For example:
Where Cell A1 = Cells (F2+F3+F4)/F5
F2 = 50
F3= 200
F4= 250
F5=100
Steps for Macro
1. I would highlight cell A1 (or if multiple cells, I would highligh
all of them)
2. I would run the macro
Macro Output
1. The macro would paste a formula into the corresponding cells directl
to the right of it. (In this case, it would be cell B1)
2. In cell B1, the cell would show a value of "5", and would show th
following formula: =(50+200+250)/10