Keeping track of a max value for my spreadsheet.
I have a Numbers spreadsheet that tracks my portfolio. What I would like it to do is (assuming A5 & A4 are currency values):
IF(A5 > A4, WRITE(A5, A4),)
Where the WRITE() function copies the value in cell A5 into cell A4. Each time the spreadsheet is evaluated this would be updated. This calculation could need to live in a separate cell of course.
I have not been able to find a "WRITE()" or equivalent function in the function list. Is there a way to do this?
Thanks
MacBook Air, macOS 26.0