racingsnake2000
New Member
- Joined
- Aug 11, 2011
- Messages
- 32
Hello All,
First Post in the Forum....
As most of you are I'm sure, I'm a self taught Excel user.
I have looked through quite a few threads trying to find a similar formula but to no avail.
What I'm trying to do is apply multiple rules to a particular cell to allow the input value to apply to the value of another cell multiplied by a factor. The factors are determined by the cell with the text in and the contents thereof.
I nearly failed maths at school so yeah, it takes me a little while!
My problem is this: The formula works for the first three options(up to "DUPLEX S. Steel", but then after that it says I have too many arguments for this function.
I usually solve these by ages of trial and error but its not working this time....
Maybe you could spot something that looks out of place or better still, simplify it?
Thanks for your help!
=IF($S4="CARBON STEEL",(AT$3),IF($S4="LOW-ALY STL",(AT$3*$AT$1)),IF($S4="DUPLEX S. STEEL",(AT$3*$AX$1),IF($S4="STNLS STEEL",(AT$3*$AV$1))))
First Post in the Forum....
As most of you are I'm sure, I'm a self taught Excel user.
I have looked through quite a few threads trying to find a similar formula but to no avail.
What I'm trying to do is apply multiple rules to a particular cell to allow the input value to apply to the value of another cell multiplied by a factor. The factors are determined by the cell with the text in and the contents thereof.
I nearly failed maths at school so yeah, it takes me a little while!
My problem is this: The formula works for the first three options(up to "DUPLEX S. Steel", but then after that it says I have too many arguments for this function.
I usually solve these by ages of trial and error but its not working this time....
Maybe you could spot something that looks out of place or better still, simplify it?
Thanks for your help!
=IF($S4="CARBON STEEL",(AT$3),IF($S4="LOW-ALY STL",(AT$3*$AT$1)),IF($S4="DUPLEX S. STEEL",(AT$3*$AX$1),IF($S4="STNLS STEEL",(AT$3*$AV$1))))