E
emonroe1950
This is a problem that keeps recurring....I have created a worksheet that
automatically enters predetermined values as time goes by. It works well for
the most part. One problem though. Let's say I have column D. From row 5 to
298 there are If...then formulas that fill in as the months roll by. In row
299 I have the following formula:
=LOOKUP(9.99999999999999E+307,I5:I298)
This has the effect of returning the last value in that column. However,
since the majority of that column hasn't occurred yet, the If...then
formulas evaluate to "0". What I need is the last value in the column that
is not "0" value.
Any ideas out there?
automatically enters predetermined values as time goes by. It works well for
the most part. One problem though. Let's say I have column D. From row 5 to
298 there are If...then formulas that fill in as the months roll by. In row
299 I have the following formula:
=LOOKUP(9.99999999999999E+307,I5:I298)
This has the effect of returning the last value in that column. However,
since the majority of that column hasn't occurred yet, the If...then
formulas evaluate to "0". What I need is the last value in the column that
is not "0" value.
Any ideas out there?