ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Percentage max formula? (https://www.excelbanter.com/excel-worksheet-functions/258605-percentage-max-formula.html)

liaper

Percentage max formula?
 
i need to find out how divide two cells but the answer cannot be more than 150%
for example: I want to divide A2 and A1 abd have the answer be on A3 but the
percentage in A3 can not be higher than 150%
A
1 1
2 3
3 300.00%




Niek Otten

Percentage max formula?
 
=MIN(A2/A1,1.5)

Format as %

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"liaper" wrote in message
...
i need to find out how divide two cells but the answer cannot be more than
150%
for example: I want to divide A2 and A1 abd have the answer be on A3 but
the
percentage in A3 can not be higher than 150%
A
1 1
2 3
3 300.00%





TomPl

Percentage max formula?
 
This formula should give you the lesser of the calculated % and 150%:

=MIN(A2/A1,1.5)

Tom



All times are GMT +1. The time now is 11:15 AM.

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