nesting limitations
Posted by Philip Pavlich on October 30, 2000 5:57 PM
I want to add certain cells if certain conditions are met in another cell. The conditions are: if cell a1= 1, then sum cells J21:K21, if cell a1= 2, then sum cells J21:L21; ... if cell a1 = 12, then sum cells J21:V21; if cell a1=anything else, then return "HELP".
I tried nesting this but I think I went over the 7 level limit. At least I think thats the problem. Any ideas? Thanks.