I have a series of columns containing numbers and zero values, I need to read these values but display only non zero valuesin a diferent column, please see below.
A
1 0
2 0
3 9
4 12
5 7
6 0
7 0
8 0
Need to display in A column only as follows ignoring zeros
10 9
1112
12 7
Please help
Bookmarks