I have numbers please feel free to message me with how I can help
This is a discussion on Help with numbers!!! within the iWork Forum forums, part of the iPad App Store category; I have numbers please feel free to message me with how I can help...
I have numbers please feel free to message me with how I can help
Yeah sure I'll send u my emailOriginally Posted by Scavenger123
I have exactly the same need (pretty much the same reason, making a diet tracking spreadsheet). After hours of research here is what worked for me. (B2:B64 is the range in the column.)
=INDEX (B2:B64, COUNTA(B2:B64))
Index & CountA are both functions. when usuing the iPad it is a bit difficult to figure out because you can not just type in the formula, apple holds your hand. When you put in the Index funtion you get all the "bubbles" to replace. touch on the ones you need to replace and in this instance you have to delete a few optional ones that are not needed.
(range) is the cell range you are looking at, delete (row-index) and (column-index) and the commas in between them. touch (area-index) and replace with COUNTA(B2:B64) {you have to use your finger to select the range, you can not just type it in}
Thats it. Worked like a charm. This cell then gives you the last entry in the range.
Hope this helps someone - it sure took me long enough to figure it out.
Farnorth.