S
sirjbean
I am trying to allow a cell to gather data from two cells and return a
numeric amount based on that data.
B1 =250
A2="sp"
C2 should take the input from the 2 cells above and if both are true
then enter a multiplier of .5. If A2 ="SB" and B1=250 then the
mutliplier should be.75. Additionally if B1=500 then the multipliers
would become .85 and 1.30 respectively.
How do I write the functions to make this occur?
numeric amount based on that data.
B1 =250
A2="sp"
C2 should take the input from the 2 cells above and if both are true
then enter a multiplier of .5. If A2 ="SB" and B1=250 then the
mutliplier should be.75. Additionally if B1=500 then the multipliers
would become .85 and 1.30 respectively.
How do I write the functions to make this occur?