C
cpayne1757
Hi ~
I'm working on a financial formula, trying to calculate a growth rat
for a row of cells. The problem is that not all rows have complete dat
sets, so the formula picks up blank cells and returns a #DIV/0! error.
The existing formula works fine for those rows that have non-zer
entries in all cells, and I *can* manually adjust the formula for th
starting / ending cells in each row--but what a pain(!). As thi
spreadsheet grows larger, or the data sets change over time, it means
have to constantly keep adjusting it for every row of data involved
which is extremely time-consuming.
Here's an short example of what I might have in any given row:
A1 (blank), B1(blank), C1(blank), D1(.10), E1(.25), F1(.72), G1(1.0)
H1(.80), I1(.60), J1(.75)--then in K1 is the growth formula, e.g
=((J1/A1)^(1/10)-1).
Is there ANY way to create a formula that will dynamically adjust fo
the blank cells that might exist across a row of data and let th
formula do the calculation?
I'm new to advanced Excel topics, but any ideas would be MOS
appreciated(!).
Thanks -
C
I'm working on a financial formula, trying to calculate a growth rat
for a row of cells. The problem is that not all rows have complete dat
sets, so the formula picks up blank cells and returns a #DIV/0! error.
The existing formula works fine for those rows that have non-zer
entries in all cells, and I *can* manually adjust the formula for th
starting / ending cells in each row--but what a pain(!). As thi
spreadsheet grows larger, or the data sets change over time, it means
have to constantly keep adjusting it for every row of data involved
which is extremely time-consuming.
Here's an short example of what I might have in any given row:
A1 (blank), B1(blank), C1(blank), D1(.10), E1(.25), F1(.72), G1(1.0)
H1(.80), I1(.60), J1(.75)--then in K1 is the growth formula, e.g
=((J1/A1)^(1/10)-1).
Is there ANY way to create a formula that will dynamically adjust fo
the blank cells that might exist across a row of data and let th
formula do the calculation?
I'm new to advanced Excel topics, but any ideas would be MOS
appreciated(!).
Thanks -
C