Thread: Question
View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.newusers
Trevor Shuttleworth Trevor Shuttleworth is offline
external usenet poster
 
Posts: 1,089
Default Question

That's neat


"Ragdyer" wrote in message
...
How about:

=MIN(90,MAX(B2/AVERAGE(B$2:B$29)*75,60))

--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Trevor Shuttleworth" wrote in message
...
Not quite an average then ;-)

=IF(B2/AVERAGE(B$2:B$29)*75<60,60,IF(B2/AVERAGE(B$2:B$29)*7590,90,B2/AVERAGE(B$2:B$29)*75))

Regards

Trevor


"odditie" wrote in
message ...

Another question with the same formula.

How do I set it to have minimum and maximum values?

I want the resulting value to be between 60 and 90


--
odditie
------------------------------------------------------------------------
odditie's Profile:
http://www.excelforum.com/member.php...o&userid=18151
View this thread:
http://www.excelforum.com/showthread...hreadid=567743