Hi,
I have the following task and I am looking for the optimized solution. Please help.
Problem statement.
User inputs:
B1: wage
B2: income tax percent
B3: social security percent
B4: Age
B5: =B1*(B2+B3)
I need a solution to meet the following:
If Age<30 then B5 <=10000
If Age>=30 then B5<=12000
Otherwise, reset the inputs in B2 and B3 and show a message that explains the limitations of the entry. (B1 isn’t arbitrary, B2 and B3 are)
What will be the easiest and smartest way to do this, having in mind that B5 is a formula that uses percentage inputs from B2, B3, and B1?
I can do this with if statements in the formula bar but first, the message is too long, second, can’t reset B2 & B3 to empty.
Thank you!
I have the following task and I am looking for the optimized solution. Please help.
Problem statement.
User inputs:
B1: wage
B2: income tax percent
B3: social security percent
B4: Age
B5: =B1*(B2+B3)
I need a solution to meet the following:
If Age<30 then B5 <=10000
If Age>=30 then B5<=12000
Otherwise, reset the inputs in B2 and B3 and show a message that explains the limitations of the entry. (B1 isn’t arbitrary, B2 and B3 are)
What will be the easiest and smartest way to do this, having in mind that B5 is a formula that uses percentage inputs from B2, B3, and B1?
I can do this with if statements in the formula bar but first, the message is too long, second, can’t reset B2 & B3 to empty.
Thank you!