#1   Report Post  
Marlis
 
Posts: n/a
Default if statement formula

I want to create a cell that takes a total, and multplies it by 15%, however,
if the 15% is less than twenty, I want the amount to be 20.

I.E.-- subtotal is $95.00, so 15% would be $14.25. However I want the cell
to show$20.00.
I.E.-- sutotal is $300.00, so 15% would be $45.00. I want the cell to show
the $45.00.

Thank you
  #2   Report Post  
Rowan
 
Posts: n/a
Default

If your total is in cell A1 then in B1 type =IF(A1*0.15<20,20,A1*0.15)

Regards
Rowan

"Marlis" wrote:

I want to create a cell that takes a total, and multplies it by 15%, however,
if the 15% is less than twenty, I want the amount to be 20.

I.E.-- subtotal is $95.00, so 15% would be $14.25. However I want the cell
to show$20.00.
I.E.-- sutotal is $300.00, so 15% would be $45.00. I want the cell to show
the $45.00.

Thank you

  #3   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

Marlis,

=MAX(Total*15%, 20)
=MAX(SUM(A2:A9)*15%, 20)
--
Earl Kiosterud
www.smokeylake.com

"Marlis" wrote in message
...
I want to create a cell that takes a total, and multplies it by 15%,
however,
if the 15% is less than twenty, I want the amount to be 20.

I.E.-- subtotal is $95.00, so 15% would be $14.25. However I want the
cell
to show$20.00.
I.E.-- sutotal is $300.00, so 15% would be $45.00. I want the cell to
show
the $45.00.

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
if statement pwoodix Excel Worksheet Functions 3 August 16th 05 12:40 PM
Formula works in some cells, doesn't in other Wowbagger New Users to Excel 13 June 30th 05 03:21 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM
=IF Statement formula or conditional formatting Abi Excel Worksheet Functions 6 January 18th 05 01:06 PM


All times are GMT +1. The time now is 12:56 PM.

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

About Us

"It's about Microsoft Excel"