How can I put this together?
A2 has a value, say 2104
However, I need A14 to calculate if A10, A11, A12 is equal to zero/blank use A2 value if A10-A12 has a value of 1 or higher run this formula A7*A13*4.33 and use this value.
if(A10,A11,A12,"0", A2) if not use this A7*A13*4.33 as the value for A14
A13 has A10*A11*A12
Hope this makes sense!