C
Chad
Hello, I have the formula below and it gives me the correct number and the
decilal is in the correct spot but im getting a negative number when it
shouldnt be negative. any sugestions? thanks!
=IIf(([txtMasterCoilWidth]=0) Or
([txtTotalWidthPerSetUp]=0),0,([txtTotalWidthPerSetUp]/[txtMasterCoilWidth])-1)
decilal is in the correct spot but im getting a negative number when it
shouldnt be negative. any sugestions? thanks!
=IIf(([txtMasterCoilWidth]=0) Or
([txtTotalWidthPerSetUp]=0),0,([txtTotalWidthPerSetUp]/[txtMasterCoilWidth])-1)