Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If A1 is greater than A2, the Replacement Cost or Total Cost to
Re-Build is the minimum amount required. Enter Required amount in A5. If A2 is greater than A1, compare A3 to A1. If A3 is greater than A1, the amount in A3 is the minimum amount required. If A1 is greater than A3, then A1 is the minimum amount required. Enter minimum amount required in A5. Note: A3 is always 80% of A2. Need formula for A5 that satisfies all criteria. Is that possible? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What you're looking to do sounds possible but it's not clear what replacement
cost or total cost to re-build is, and what their cell references would be. Essentially you're looking for a formula that looks something like: IF(AB,C,IF(BD,if(DA...etc.) "Excel neophyte" wrote: If A1 is greater than A2, the Replacement Cost or Total Cost to Re-Build is the minimum amount required. Enter Required amount in A5. If A2 is greater than A1, compare A3 to A1. If A3 is greater than A1, the amount in A3 is the minimum amount required. If A1 is greater than A3, then A1 is the minimum amount required. Enter minimum amount required in A5. Note: A3 is always 80% of A2. Need formula for A5 that satisfies all criteria. Is that possible? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
try
=min(A2,max(A1,A3)) (if A2 is the amount you want when A1 is greater A2.) "Excel neophyte" wrote: If A1 is greater than A2, the Replacement Cost or Total Cost to Re-Build is the minimum amount required. Enter Required amount in A5. If A2 is greater than A1, compare A3 to A1. If A3 is greater than A1, the amount in A3 is the minimum amount required. If A1 is greater than A3, then A1 is the minimum amount required. Enter minimum amount required in A5. Note: A3 is always 80% of A2. Need formula for A5 that satisfies all criteria. Is that possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|