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
SergeiBaklan
Feb 22, 2020Diamond Contributor
- Alexvez01098Feb 22, 2020Copper ContributorWhat if there’s a zero before in the column?- SergeiBaklanFeb 22, 2020Diamond ContributorIt 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? - Alexvez01098Feb 22, 2020Copper ContributorI’m using it to find a time zone descrition. Some of the zone value is 0. I need it to find the last value in my colum before the last zero
 
 
- Alexvez01098Feb 22, 2020Copper ContributorYup thanks it worked