I'm trying to put together a formula to calculate total exit width and have it almost there. The problem pops up when one or more of my fields does not have a value. With no value I get no result. I'm 99% sure an IF statement would fix it but I'm not sure on the implementation. I've looked at the forumla thread but algebra was never my strong suit...
Formula: width1 + width2 = exit width
if W1 and W2 have values it works fine: 1+1=2
if W1 has a value, and W2 does not - I get nothing: 1+ =
Formula: width1 + width2 = exit width
if W1 and W2 have values it works fine: 1+1=2
if W1 has a value, and W2 does not - I get nothing: 1+ =
Comment