ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formulas (https://www.excelbanter.com/excel-discussion-misc-queries/79304-formulas.html)

KJB61

Formulas
 
I am trying to create a formula where cell A is one number and I was cell b
to be 2 times that amount but not higher then X so say Cell a has 125000
so cell B would be 250000 if it was 2 times the number, but if the highest
number is 200000 how would I do that?

CLR

Formulas
 
=MIN(A1*2,200000)

Vaya con Dios,
Chuck, CABGx3


"KJB61" wrote in message
...
I am trying to create a formula where cell A is one number and I was cell

b
to be 2 times that amount but not higher then X so say Cell a has

125000
so cell B would be 250000 if it was 2 times the number, but if the

highest
number is 200000 how would I do that?




Nikki

Formulas
 
try this:
=MIN(A1*2,200000)

"KJB61" wrote:

I am trying to create a formula where cell A is one number and I was cell b
to be 2 times that amount but not higher then X so say Cell a has 125000
so cell B would be 250000 if it was 2 times the number, but if the highest
number is 200000 how would I do that?



All times are GMT +1. The time now is 08:51 PM.

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