S
seedy3
Earlier I posted a question about ignoring zero values, Well when I posted
that it helped, I had not fully tried the suggestion with zeros and > zero
values. Well here is what I have in the cell that is giving me the problem.
=MIN(D162
181,D136
155,D110
129,D84
103,D58
77,D32
51,D6
25) many of
these cells contain a 0 (Zero) value from another formula so I cannot just
leave them blank. I tried
=MIN(If(D162
181,D136
155,D110
129,D84
103,D58
77,D32
51,D6
25>0,D162
181,D136
155,D110
129,D84
103,D58
77,D32
51,D6
25))
But that doesn't work either, any suggestions?
Thanks
that it helped, I had not fully tried the suggestion with zeros and > zero
values. Well here is what I have in the cell that is giving me the problem.
=MIN(D162
these cells contain a 0 (Zero) value from another formula so I cannot just
leave them blank. I tried
=MIN(If(D162
But that doesn't work either, any suggestions?
Thanks