ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Need to know how to write a calculation... (https://www.excelbanter.com/excel-discussion-misc-queries/91321-need-know-how-write-calculation.html)

Mary A Perez

Need to know how to write a calculation...
 
I need to take the $ amount in b10 & mulitply it my 20% but tell the formula
that if the result is $2,700 just put $2,700 in the answer.
Can someone write this out for me?
Thank you

mrice

Need to know how to write a calculation...
 

=if(b10*1.22700,2700,b10*1.2)


--
mrice

Research Scientist with many years of spreadsheet development experience
------------------------------------------------------------------------
mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931
View this thread: http://www.excelforum.com/showthread...hreadid=546861


Ron Coderre

Need to know how to write a calculation...
 
Try something like this:

=MIN(B10*20%,2700)

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Mary A Perez" wrote:

I need to take the $ amount in b10 & mulitply it my 20% but tell the formula
that if the result is $2,700 just put $2,700 in the answer.
Can someone write this out for me?
Thank you


mrice

Need to know how to write a calculation...
 

=if(b10*1.22700,2700,b10*1.2)


--
mrice

Research Scientist with many years of spreadsheet development experience
------------------------------------------------------------------------
mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931
View this thread: http://www.excelforum.com/showthread...hreadid=546861


Bill Ridgeway

Need to know how to write a calculation...
 
=IF(B10*120%2700,2700,B10*120%)

I've assumed you want the base increased by 20% and not 20%of the base
price.

Regards.

Bill Ridgeway
Computer Solutions

"Mary A Perez" wrote in message
...
I need to take the $ amount in b10 & mulitply it my 20% but tell the
formula
that if the result is $2,700 just put $2,700 in the answer.
Can someone write this out for me?
Thank you




Bill Ridgeway

Need to know how to write a calculation...
 
That works just as well AND is shorter than my suggestion.

Regards.

Bill Ridgeway
Computer Solutions

"Ron Coderre" wrote in message
...
Try something like this:

=MIN(B10*20%,2700)

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Mary A Perez" wrote:

I need to take the $ amount in b10 & mulitply it my 20% but tell the
formula
that if the result is $2,700 just put $2,700 in the answer.
Can someone write this out for me?
Thank you





All times are GMT +1. The time now is 01:58 AM.

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