Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Michael Zullo via OfficeKB.com
 
Posts: n/a
Default Choose between two cells the lower result of a formula

Please help me with the folowing. I have a tax calc for example sum of x
minus c6 minus 300 =. And then I have another cell c5 = c7 * 35%. What I
need to now is how do I get a cell to choose the lower of the two results.
Thanks.
  #2   Report Post  
Mangesh
 
Posts: n/a
Default

=min(C4,C5)

Assuming
C4 = sum of x minus c6 minus 300
C5 = c7 * 35%

or directly,
=min(sum of x minus c6 minus 300, c7 * 35%)


Mangesh




"Michael Zullo via OfficeKB.com" wrote in
message ...
Please help me with the folowing. I have a tax calc for example sum of x
minus c6 minus 300 =. And then I have another cell c5 = c7 * 35%. What I
need to now is how do I get a cell to choose the lower of the two results.
Thanks.



  #3   Report Post  
Michael Zullo via OfficeKB.com
 
Posts: n/a
Default

I mean how can I get for example c5 = the smaller of c6 or c7


Please thanks.
  #4   Report Post  
Mangesh
 
Posts: n/a
Default

Enter in C5
=MIN(C6,C7)

Mangesh


"Michael Zullo via OfficeKB.com" wrote in message
...
I mean how can I get for example c5 = the smaller of c6 or c7


Please thanks.



  #5   Report Post  
Michael Zullo via OfficeKB.com
 
Posts: n/a
Default

what about havcing a cell pick between two other cells depending on the
result of the first cell. for example:

c3 = 5 * 5 = taxable income


0 to 500 choos 10%
501 to 1000 choose 15%
1001 to 2000 choose 20%

could you help me with how do I get the result of the tax on the result (c3)
which would be 25 * 10%

if you could help i would appreciate it.

Thanks.

--
Message posted via http://www.officekb.com
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
Making a cell's contents lower case KimberlyC Excel Worksheet Functions 4 May 4th 05 11:23 PM
Blank Cells in Pivot Tables Greg Excel Discussion (Misc queries) 1 March 16th 05 09:23 PM
Heps to design Locked/Unlocked cells in protected worksheet Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:09 AM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM
Protected cells -automatically format to a different color Fred Evans Excel Discussion (Misc queries) 9 December 3rd 04 12:59 PM


All times are GMT +1. The time now is 04:22 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"