Forum Discussion
Yasineyra
Nov 12, 2024Copper Contributor
XLOOKUP last non-empty cell in a table column
Hi all, This is my first time posting here. I'm trying to return the last non-empty value of a specific column of a table to another sheet but it keeps returning the error "This formula is missing...
Detlef_Lewin
Nov 12, 2024Silver Contributor
It works for me.
Alternatively:
=LOOKUP(9^99,TblData[Running Total])
=INDEX(TblData[Running Total],COUNT(TblData[Running Total]))