1
In iWork Numbers (v3.5.2) I would like to display the last value (not int or bool) from a row. I have an image of what I'm looking to do below.
In row 1 I have the Current pulling the value from the latest value, in this case the B under Spring. If possible I would like to be able to leave empty columns at the end of the row and have the Current only update if there's new data.
Is this possible?
Perfect. After testing, it appears that Numbers doesn't like blank cells in the middle, it will fill the function with an integer of 0. That said, this does exactly what I needed. – fake_steve – 2015-04-12T16:05:28.350
Latest Numbers is giving an error for COUNTIF(C2:E2,"*") so would recommend using COUNTA(C2:E2). – LordParsley – 2016-08-18T14:26:52.597