ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   min or max results (https://www.excelbanter.com/excel-worksheet-functions/61749-min-max-results.html)

GoofyinNY

min or max results
 
I am trying to include minimum and maximum totals for a customer billing
spreadsheets, B8 and B13 are numbers and I need a minimum of 10.00 and
maximum of 100.00 to be included in the following formula.

Thanks !!

=PRODUCT(B8, B13/100)


RagDyeR

min or max results
 
Try this:

=MAX(10,MIN(B8*B13/100,100))

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"GoofyinNY" wrote in message
...
I am trying to include minimum and maximum totals for a customer billing
spreadsheets, B8 and B13 are numbers and I need a minimum of 10.00 and
maximum of 100.00 to be included in the following formula.

Thanks !!

=PRODUCT(B8, B13/100)



Bob Phillips

min or max results
 
=MAX(MIN(PRODUCT(B8, B13/100),100),10)

odd as it may seem, the MIN statement ensures the max figure, and vice
versa.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"GoofyinNY" wrote in message
...
I am trying to include minimum and maximum totals for a customer billing
spreadsheets, B8 and B13 are numbers and I need a minimum of 10.00 and
maximum of 100.00 to be included in the following formula.

Thanks !!

=PRODUCT(B8, B13/100)




Ron Coderre

min or max results
 
Let's see if I understand you correctly....
Try this:
=MIN(MAX((B8*(B13/100)),10),100)

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"GoofyinNY" wrote:

I am trying to include minimum and maximum totals for a customer billing
spreadsheets, B8 and B13 are numbers and I need a minimum of 10.00 and
maximum of 100.00 to be included in the following formula.

Thanks !!

=PRODUCT(B8, B13/100)



All times are GMT +1. The time now is 12:49 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com