January 11, 200718 yr I was wondering if there was a way to write a caculation that was dependent on two fields. Such as If (field one = 2) and If (field 2 =2 then ; "3") thanks
January 11, 200718 yr I never use the if Statement, but the case would look like this Case (Field 1 = 2 and Field 2 = 2; 3) Lee
Create an account or sign in to comment