Hello,
It appears you can't do calculations with the results of a nested IF statement?
=(IF([Shift Duration]1 = "2 Hours", "3.75", IF([Shift Duration]1 = "3 Hours", "2.5", "NA"))) * [Number]1
It appears I have to have the IF statement alone in one column, and then the math in another column.
=IF([Shift Duration]1 = "2 Hours", "3.75", IF([Shift Duration]1 = "3 Hours", "2.5", "NA"))
=[Formula]1 * [Number]1
Is there a way to condense this down to one formula, or are we stuck with math in an if statement being two cells?