Max; Min & Dates

R

ronnomad

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
 
×

מיכ×ל (מיקי) ×בידן

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
 
×

מיכ×ל (מיקי) ×בידן

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top