Can someone help me combine these three formulas to result in one final Answer?
=IF(AND([HP Advance Pull Print?]@row = "Yes", [Account Size]@row = "Small"), 56, 0)
=IF(AND([HP Advance Pull Print?]@row = "Yes", [Account Size]@row = "Medium"), 112, 0)
=IF(AND([HP Advance Pull Print?]@row = "Yes", [Account Size]@row = "Large"), 144, 0)
I need the amount of hours to populate depending on if Pull Print is a Yes and whether the account size is Small, Medium or Large.
Thanks!