Hello,
I'm wondering if it would be possible to have a formula in a cell to always remember the highest value in a range of cells even when the numbers in those range decrease.
It would be something like B2=MAX($A$1:$A$100), but the problem with the MAX function would be that as soon as the numbers in
I'm wondering if it would be possible to have a formula in a cell to always remember the highest value in a range of cells even when the numbers in those range decrease.
It would be something like B2=MAX($A$1:$A$100), but the problem with the MAX function would be that as soon as the numbers in
$A$1:$A$100 change, it will figure out and display the new max even if it is lower than the old max. But I want the max in B2 to change only if a higher max becomes available at some point in time. So I guess this kind of cell will act as a memory for the highest max in the range. And if this is possible, I guess it would be customizable to retain other desired features like minimum, etc.
Thanks a lot for any input!
Thanks a lot for any input!