B
bbal20
I was under the impression that excel 2007 allowed more than 7 nested
finctions or up to 64, but I continue to get an error that says
"..........uses more level of functions than are allowed in the current
format." The formula is below.
=IF(MID($B2,39,3)="Eye","RM",IF(RIGHT($B2,2)="RM","RM",IF(ISNUMBER(SEARCH("Gum",$B2,1)),"RON",IF(ISNUMBER(SEARCH("EyeWonder",$B2,1)),"RM",IF(ISNUMBER(SEARCH("Video",$B2,1)),"RM",IF(ISNUMBER(SEARCH("Target",$B2,1)),"RON",IF(ISNUMBER(SEARCH("RM",$B2,1)),"RM","Not Valid")))))))
finctions or up to 64, but I continue to get an error that says
"..........uses more level of functions than are allowed in the current
format." The formula is below.
=IF(MID($B2,39,3)="Eye","RM",IF(RIGHT($B2,2)="RM","RM",IF(ISNUMBER(SEARCH("Gum",$B2,1)),"RON",IF(ISNUMBER(SEARCH("EyeWonder",$B2,1)),"RM",IF(ISNUMBER(SEARCH("Video",$B2,1)),"RM",IF(ISNUMBER(SEARCH("Target",$B2,1)),"RON",IF(ISNUMBER(SEARCH("RM",$B2,1)),"RM","Not Valid")))))))