Forum Discussion
Alexvez01098
Feb 22, 2020Copper Contributor
Help with excel
How can i tell excel to take the last value in a column before the “0” that completes the column
10 Replies
- SergeiBaklanDiamond Contributor
- Alexvez01098Copper ContributorWhat if there’s a zero before in the column?
- SergeiBaklanDiamond Contributor
It returns the value before first found zero. Why do you use zero as column end, not COUNTA() to calculate the size of the range in the column?
- Alexvez01098Copper ContributorYup thanks it worked