nightracer
Board Regular
- Joined
- May 17, 2004
- Messages
- 147
- Office Version
- 365
Hi, I have a column that brings in results via formula from other locations in the workbook, so if there is nothing to return it gives "" (blank)
I then need to find the smallest value in this column, but because of the blanks it is returning 0 (zero).
Is there a way to get the smallest non-zero value?
For example - column A:
23
17
(Blank)
46
91
(Blank)
11
103
(Blank)
(Blank)
Then i'm hoping to get to small(a:a,1) = 11
At the moment it is returning 0
Any help appreciated
Many thanks
N
I then need to find the smallest value in this column, but because of the blanks it is returning 0 (zero).
Is there a way to get the smallest non-zero value?
For example - column A:
23
17
(Blank)
46
91
(Blank)
11
103
(Blank)
(Blank)
Then i'm hoping to get to small(a:a,1) = 11
At the moment it is returning 0
Any help appreciated
Many thanks
N