N
NS
Hi Everyone -
I am trying to enter the following formula:
*****************************************************************
=IF($C7="SIL",0,
IF((AND(OR($D7="Whole Shelled",$D7="Ground
Shelled"),$R7<15.5,$R7>=0)),1,
IF((AND($D7="Ground Cob",($R7-5)<15.5,$R7>=0)),0.5165,
IF((AND($D7="Whole Shelled",$R7>=50)),0.5572,
IF((AND($D7="Ground Shelled",$R7>=50)),0.6288,
IF((AND($D7="Ground Cob",($R7-5)>50)),0.3016,
IF(AND($D7="Ground Cob",$R7-5<=50,$R7-5>=15.5),
INDEX(Tables!$A$131:$D$166,MATCH(($R7-5),Tables!$A$131:$A$166),MATCH($D7,Tables!$A$130:$D$130)),
INDEX(Tables!$A$131:$D$166,MATCH($R7,Tables!$A$131:$A$166),MATCH($D7,Tables!$A$130:$D$130)))))))))
******************************************************************
and am getting "The formula you typed contains an error." message. I
believe it is because I am exceeding the maximum number of arguments
allowed in a function (30). Can anyone tell me if this is why I am
getting the message? And also - does anyone have any suggestions as to
how I can get around this error????
PLEASE HELP!
Thanking anyone in advance for passing along their two cents!
Nadine
I am trying to enter the following formula:
*****************************************************************
=IF($C7="SIL",0,
IF((AND(OR($D7="Whole Shelled",$D7="Ground
Shelled"),$R7<15.5,$R7>=0)),1,
IF((AND($D7="Ground Cob",($R7-5)<15.5,$R7>=0)),0.5165,
IF((AND($D7="Whole Shelled",$R7>=50)),0.5572,
IF((AND($D7="Ground Shelled",$R7>=50)),0.6288,
IF((AND($D7="Ground Cob",($R7-5)>50)),0.3016,
IF(AND($D7="Ground Cob",$R7-5<=50,$R7-5>=15.5),
INDEX(Tables!$A$131:$D$166,MATCH(($R7-5),Tables!$A$131:$A$166),MATCH($D7,Tables!$A$130:$D$130)),
INDEX(Tables!$A$131:$D$166,MATCH($R7,Tables!$A$131:$A$166),MATCH($D7,Tables!$A$130:$D$130)))))))))
******************************************************************
and am getting "The formula you typed contains an error." message. I
believe it is because I am exceeding the maximum number of arguments
allowed in a function (30). Can anyone tell me if this is why I am
getting the message? And also - does anyone have any suggestions as to
how I can get around this error????
PLEASE HELP!
Thanking anyone in advance for passing along their two cents!
Nadine