Hello
Is there a way to combine all the following scenarios into one formula or two formulas in Excel
First logical is Quantity (D9) < Target (E9)
If first logical test = false, then Target (E9) / Quantity (D9)
If first logical test = true And If (Quantity (D9) / 10) < 1 = 10
-OR-
If first logical test = true And If Quantity (D9) / 10 > 1 = 100
Lastly based on whether the answer to the second logical test is 10 or is 100....
I need the true result to be Target (E9) / (Quantity (D9) / either 10 or 100)
Is there a way to combine all the following scenarios into one formula or two formulas in Excel
First logical is Quantity (D9) < Target (E9)
If first logical test = false, then Target (E9) / Quantity (D9)
If first logical test = true And If (Quantity (D9) / 10) < 1 = 10
-OR-
If first logical test = true And If Quantity (D9) / 10 > 1 = 100
Lastly based on whether the answer to the second logical test is 10 or is 100....
I need the true result to be Target (E9) / (Quantity (D9) / either 10 or 100)