V
vinchacho
Hi! First of all i have 3 different colums in my form:- membershiptype[1 year
or 5 years] and employmentstatus[employed or unemployed] and membership fees.
If i want to calculate membershipfees based on membershiptype and
employmentstatus:
If membershiptype = 1year and membershipstatus = unemployed then
membereshipfees = 5 else if
membershiptype = 1 year and membershipstatus = employed then
membershipfees = 10 else if
membershiptype = 5 years then
membershipfees = 70 . . . then return the value to my table. . .
Can anyone please help me on the formula for this. Thank you very much in
advance.
or 5 years] and employmentstatus[employed or unemployed] and membership fees.
If i want to calculate membershipfees based on membershiptype and
employmentstatus:
If membershiptype = 1year and membershipstatus = unemployed then
membereshipfees = 5 else if
membershiptype = 1 year and membershipstatus = employed then
membershipfees = 10 else if
membershiptype = 5 years then
membershipfees = 70 . . . then return the value to my table. . .
Can anyone please help me on the formula for this. Thank you very much in
advance.