I have a column with numbers and the word "Null" between these numbers. For a particular array, I want a code which puts in each row of that array the array's smallest number. E.g the column looks like this
Null
52
48.4
36.9
Null
Null
Null
Null
12
17
25.0
26.6
29.4
Null
Null
Null
And the result starts with "" because of the Null above followed by the smallest value of 36.9176 for the first array and then 12 for the last. The gaps represent the position of the "Null" word.
36.9
36.9
36.9
12
12
12
12
12
I have tried the codes but to no avail. Please anyone to help.
Moderator's note: Please take the time to review our rules. There aren't many, and they are all important. Rule #3 requires code tags. I have added them for you this time because you are a new member. --6StringJazzer
![]()
Please Login or Register to view this content.
OR
![]()
Please Login or Register to view this content.
Bookmarks