S
scott
In my spreedsheet I have a column that represents one whole month numbered
from the 1st to the 31st. The information that is entered in these columns
are numbers. At the bottom of this column I have formulas that total the
columns, gets the largest number and the smallest number and the average. My
problem is that occasionaly 0 is entered or if there are 31 days the 31st has
a 0 entered. The information that is entered in these cells are coming from
another sheet in the workbook. So when it does happen that a 0 is entered my
formula for the min is looking for the smallest number <> 0 so it does not
retun 0 if entered. Below is my formula. This may not be possible but what I
need is that if the number is zero is to have the zero return as the lowest
for the month but if there are only 30 days I do not want the zero from the
31st. If this helps the column next to it will always have a number in it
larger than 0 and is related to the column that may have a zero except if
there is only 30 days or less like in Feb. Hope this is clear.
{=MIN(IF(C8:c38<>0,C8:C38))}
thanks scott
from the 1st to the 31st. The information that is entered in these columns
are numbers. At the bottom of this column I have formulas that total the
columns, gets the largest number and the smallest number and the average. My
problem is that occasionaly 0 is entered or if there are 31 days the 31st has
a 0 entered. The information that is entered in these cells are coming from
another sheet in the workbook. So when it does happen that a 0 is entered my
formula for the min is looking for the smallest number <> 0 so it does not
retun 0 if entered. Below is my formula. This may not be possible but what I
need is that if the number is zero is to have the zero return as the lowest
for the month but if there are only 30 days I do not want the zero from the
31st. If this helps the column next to it will always have a number in it
larger than 0 and is related to the column that may have a zero except if
there is only 30 days or less like in Feb. Hope this is clear.
{=MIN(IF(C8:c38<>0,C8:C38))}
thanks scott