![]() |
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. |
=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. |
I mean how can I get for example c5 = the smaller of c6 or c7
Please thanks. |
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. |
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 |
All times are GMT +1. The time now is 04:08 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com