Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
=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
![]() |
|||
|
|||
![]()
I mean how can I get for example c5 = the smaller of c6 or c7
Please thanks. |
#4
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Making a cell's contents lower case | Excel Worksheet Functions | |||
Blank Cells in Pivot Tables | Excel Discussion (Misc queries) | |||
Heps to design Locked/Unlocked cells in protected worksheet | Excel Discussion (Misc queries) | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) | |||
Protected cells -automatically format to a different color | Excel Discussion (Misc queries) |