continue a number if less then previous

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Any way to continue a number if the result of some calculation yields a
result smaller then (= to leave a lone) the previous cell?

example:

8
8
9
10
0 - want this cell to be 10 not zero. The resulting calculation makes
it zero but I would like to continue the 10
 
Frank,

In A2:
=(IF(my_formula=0,A1,my_formula)

and copy down.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top