Hey
cell ac1 has recall function in it. The value in the cell changes every few minutes. The formula in ac1 is the following
=if($m$2<0.88125,if(customer!$h$5="",$ac$1,recall()+(billing!$y$7)),0)
the recall function adds the present value in ac1 with the value in y7. Now if the 'if' function returns a false then the cell becomes "0". But i need the last value ( the value before it became zero)( also the max value) to be entered in another cell say a6.
I tried max function. But it is for an array of numbers. Is there another function to do this?
Thank you.
cell ac1 has recall function in it. The value in the cell changes every few minutes. The formula in ac1 is the following
=if($m$2<0.88125,if(customer!$h$5="",$ac$1,recall()+(billing!$y$7)),0)
the recall function adds the present value in ac1 with the value in y7. Now if the 'if' function returns a false then the cell becomes "0". But i need the last value ( the value before it became zero)( also the max value) to be entered in another cell say a6.
I tried max function. But it is for an array of numbers. Is there another function to do this?
Thank you.