Can anyone tell me where I'm going wrong on this formula? As the first IF statement, it calculates, but nesting causes the cell to think the formula is a giant string of text.
I'm trying to calculate different percentages based on options chosen on a list (C15 cell).
I thought I had it set up to if-iserror on statement 1, then move to statement two. Once I figure my nesting problem, I plan on nesting 4-5 statements.
=if(iserror(IF(C15="Campaign 1",(("PA Profit: "&M15*0.25)&(" KD Profit: "&M15*0.75))),"",(IF(C15="Campaign 2",(("PA Profit: "&M15*0.5)&(" KD Profit: "&M15*0.5)),""),"")"")
Thanks in advance!
I'm trying to calculate different percentages based on options chosen on a list (C15 cell).
I thought I had it set up to if-iserror on statement 1, then move to statement two. Once I figure my nesting problem, I plan on nesting 4-5 statements.
=if(iserror(IF(C15="Campaign 1",(("PA Profit: "&M15*0.25)&(" KD Profit: "&M15*0.75))),"",(IF(C15="Campaign 2",(("PA Profit: "&M15*0.5)&(" KD Profit: "&M15*0.5)),""),"")"")
Thanks in advance!