S
SanCarlosCyclist
Hi, can someone provide me a formula that populates a cell with the
last value in a column that does not = 0?
Below is an example
3
6
7
0
0
0
The goal is to populate a cell with the value of 7. I am currently
using the below formula that populates the last value of a column:
=INDEX('Retirement Total'!B:B,MATCH(9.99999999999999E+307,'Retirement
Total'!B:B))
I do not however know how to change this to not populate the last
value when it is zero. Your help is appreciated.
last value in a column that does not = 0?
Below is an example
3
6
7
0
0
0
The goal is to populate a cell with the value of 7. I am currently
using the below formula that populates the last value of a column:
=INDEX('Retirement Total'!B:B,MATCH(9.99999999999999E+307,'Retirement
Total'!B:B))
I do not however know how to change this to not populate the last
value when it is zero. Your help is appreciated.