Hello again,
I'm needing to do the following and would appreciate the help.
Here is my attempt.
=IF[((o6<"2",(n6*1)),IF((o6="2",(n6*.9))IF((o6="3" ,(n6*.8))(IFo6>"3" ,(n6*.7))]
Obviously my attempt is way off base.
This is what i'm trying to do.
Cell O6 is an empty field. A number from 1 to 10 will be entered.
Cell N6 is a data field that has a total dollar figure.
Cell P6 is the cell the formula needs to be in. (adjusted dollar figure)
I'm wanting to be able to put a number from 1-10 into Cell O6. I then want Cell P6 to read the number entered into O6 & N6, then do the following.
If the number is <2 multiply Cell N6 by 1 and enter new $ total in P6
If the number is 2, multiply Cell N6 by .9 and enter new $ figure in P6
If the number is 3, multiply Cell N6 by .8 and enter new $ figure in P6
If the number is 4 or greater, multiply cell N6 by .7 and enter new $ figure in P6.
I hope I explained it so all can understand.
Thanks for any help!!
I'm needing to do the following and would appreciate the help.
Here is my attempt.
=IF[((o6<"2",(n6*1)),IF((o6="2",(n6*.9))IF((o6="3" ,(n6*.8))(IFo6>"3" ,(n6*.7))]
Obviously my attempt is way off base.
This is what i'm trying to do.
Cell O6 is an empty field. A number from 1 to 10 will be entered.
Cell N6 is a data field that has a total dollar figure.
Cell P6 is the cell the formula needs to be in. (adjusted dollar figure)
I'm wanting to be able to put a number from 1-10 into Cell O6. I then want Cell P6 to read the number entered into O6 & N6, then do the following.
If the number is <2 multiply Cell N6 by 1 and enter new $ total in P6
If the number is 2, multiply Cell N6 by .9 and enter new $ figure in P6
If the number is 3, multiply Cell N6 by .8 and enter new $ figure in P6
If the number is 4 or greater, multiply cell N6 by .7 and enter new $ figure in P6.
I hope I explained it so all can understand.
Thanks for any help!!