Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The MIN Formula can also be:
{=MIN(IF((MONTH(A$1:A$25)=1)*(B$1:B$25)<0,(MONTH( A$1:A$25)=1)*(B$1:B$25)))} Micky "מיכאל (מיקי) אבידן" wrote: The principal is shown in the attached picture. http://img705.imageshack.us/img705/3079/nonameaw.png *** These are array formula, and are to be confirmed with CTRL+SHIFT+ENTER rather than with simply ENTER. The curly brackets {} are not to be typed manually, those are entered by the Excel, when the formula is entered as an Array formula. Micky "ronnomad" wrote: My spreadsheet has dates in Column A and data in columns B-S all relating to shipments. Column P contains weights. What I am trying to do get Max & Min for specific time frames. The Max formula =MAX(--(MONTH(A$3:A$88)=1)*P$3:P$88) using CSE seems to work but the Min returns blanks. Data exists in rows 3 - 30 only. I am keeping the spreadsheet open as I add at least three shipments per week. Any suggestions? Thanks, Ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking computer dates (time) to spreadsheet dates that have formu | Excel Worksheet Functions | |||
how do I sort a column of random dates into Consecutive dates | Excel Worksheet Functions | |||
need to convert list of dates to count no. of dates by week | Excel Worksheet Functions | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
Charting data against dates where dates are not at fixed intervals | Charts and Charting in Excel |