Forum Discussion
jracer007
8 years agoHelper IV
Last value
Hello community,
I want you to help me by creating a measure to take the last value of a column: https://docs.google.com/spreadsheets/d/1tJD3U_IWL1PX9CwToPW9vk2-YTT-rIJLTqJtqzt02KU/edit?usp=sharing
However, I am taking the highest value and I do not know why.
Thank you.
Hi,
You could use the below formula to return the last value of the column.
(This is to get the last value of column A)
=INDEX(A:A,MAX((A:A<>"")*(ROW(A:A))))
8 Replies
- jracer007Helper IV
plz
- zayanRegular Visitor
Hi,
You could use the below formula to return the last value of the column.
(This is to get the last value of column A)
=INDEX(A:A,MAX((A:A<>"")*(ROW(A:A))))
- Ashish_MathurSuper User
- jracer007Helper IVYes
- Ashish_MathurSuper User