Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mary A Perez
 
Posts: n/a
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
mrice
 
Posts: n/a
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
mrice
 
Posts: n/a
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.misc
Bill Ridgeway
 
Posts: n/a
Default 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





  #6   Report Post  
Posted to microsoft.public.excel.misc
Bill Ridgeway
 
Posts: n/a
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Share write protection fails Mikael Schvili Excel Discussion (Misc queries) 0 March 22nd 06 11:12 AM
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? Daniel Excel Worksheet Functions 1 June 23rd 05 11:38 PM
Calculation Setting in Excel Stuart Bisset Excel Discussion (Misc queries) 0 June 17th 05 09:54 AM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


All times are GMT +1. The time now is 10:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"