P
pietlinden
Hi,
Sorry, I'm an Access person, but I'm being paid to sort out someone's
spreadsheet that looks like it has grown over the years.
I have a very simple problem. I have a formula similar to the one
below
Column N = ((+AR15/+(1-T$12-AC$2)+BS15))
then
AR = AD15+AQ15
AD = a constant (so stop)
AQ = SUM(AF15:AP15)
I'm trying to move toward something like:
SomeColumn = Constant1 * Constant2/Constant3
Where Constant(n) is an "underived" cell. (Has no formula).
etc etc.
I can use Trace Dependencies to find all these, but is there an easy
way to have Excel do the work for me?
I am doing this so that I can basically re-create the calculated
values in queries or expressions in Access. The vast majority of the
functions are simple add, subtract, multiply, divide. About as
complicated as this spreadsheet gets is using absolute cell
references. It's just a nightmare trying to sort out all the
dependencies because you almost have to start at one end of the
dependency chain and work your way up. Then finally you have cells
that are only based on other cells that contain fixed values, if that
makes any sense.
(Well, think of simplifying algebraic expressions. That's EXACTLY
what I'm trying to do, but in this case, they're Excel formulas. Once
I have them substituted down as far as they can go, I'll move them to
Access. But there are like 70 columns of them.
Just wondering if there were an *easy* way to do this. I'm fine with
Excel VBA (well, I can understand VBA, but maybe not all of Excel's
object model, if that helps)
Thanks!
Pieter
Sorry, I'm an Access person, but I'm being paid to sort out someone's
spreadsheet that looks like it has grown over the years.
I have a very simple problem. I have a formula similar to the one
below
Column N = ((+AR15/+(1-T$12-AC$2)+BS15))
then
AR = AD15+AQ15
AD = a constant (so stop)
AQ = SUM(AF15:AP15)
I'm trying to move toward something like:
SomeColumn = Constant1 * Constant2/Constant3
Where Constant(n) is an "underived" cell. (Has no formula).
etc etc.
I can use Trace Dependencies to find all these, but is there an easy
way to have Excel do the work for me?
I am doing this so that I can basically re-create the calculated
values in queries or expressions in Access. The vast majority of the
functions are simple add, subtract, multiply, divide. About as
complicated as this spreadsheet gets is using absolute cell
references. It's just a nightmare trying to sort out all the
dependencies because you almost have to start at one end of the
dependency chain and work your way up. Then finally you have cells
that are only based on other cells that contain fixed values, if that
makes any sense.
(Well, think of simplifying algebraic expressions. That's EXACTLY
what I'm trying to do, but in this case, they're Excel formulas. Once
I have them substituted down as far as they can go, I'll move them to
Access. But there are like 70 columns of them.
Just wondering if there were an *easy* way to do this. I'm fine with
Excel VBA (well, I can understand VBA, but maybe not all of Excel's
object model, if that helps)
Thanks!
Pieter