Hello,
I have a spreadsheet that I am wanting to have the minimum values of certain data. Sometimes the data includes all zeros, in which case I would like to have a "-" if the minimum does not exist, instead of a bunch of zeros across my page. I would also like the formula to work when there are no zeros. Here is what I have so far...
This works fine when I am trying to do the max, if the data contains all zeros then it puts a "-", why will this same rule not apply to the MIN if I simply switch the "MAX" out with the word "MIN"?
=IF(MAX(I15:I16),MAX(I15:I16),"-") ==> works for max, does not work correctly when I try to switch to min on the row beneath that.
=MIN(IF((H15:H16)<>0,(H15:H16),"-")) ==> This works in excluding the zeros but it will not put a "-" if the row contains all zeros.
I hope that I am explaining this thouroughly. ALl help is appreciated!
Bookmarks