Using IF and MAX (and IF and MIN) together

B

Becky

I am a newbie to Excel. I have a spreadsheet for a class in which I am
required to find the most sales by using IF and MAX. Also, I must find the
least sales using IF and MIN. Can anyone help me put a formula together?
 
B

BenjieLop

Becky said:
I am a newbie to Excel. I have a spreadsheet for a class in which I am
required to find the most sales by using IF and MAX. Also, I must find
the
least sales using IF and MIN. Can anyone help me put a formula
together?

Assuming your sales figures are in A1:A100, use

*=max(A1:A100) * to determine the maximum number in the range and

*=min(A1:A100) * to determine the minimum number in the range.

Based on your post, I do not see why IF is needed. Hope this helps
you.


Regards.
 
P

Peo Sjoblom

Something like

=MAX(IF(Range>10,Range))

array entered

--
Regards,

Peo Sjoblom

(No private emails please)
 

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