Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
2 Nesting questions | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |