R
Richard
I have the following formula that appears to be correct to me but Excel will not accept it...it says
it contains an error...hmmm. What this is supposed to do is: If there is a Name than depending on
the time period selected do the math or return a "N/A". If there isn't a name return a "".
What's the deal? This is far too simple a formula for me to ask for help....but I am stumped!
=IF(ISBLANK(Name_1),"",
IF(Period=1,(M12/M21),
IF(Period=3,(SUM(M12:M14)/SUM(M21:23)),
IF(Period=4,(SUM(M12:M15)/SUM(M21:24)),
IF(Period=5,(SUM(M12:M16)/SUM(M21:25)),"N/A")
Richard
it contains an error...hmmm. What this is supposed to do is: If there is a Name than depending on
the time period selected do the math or return a "N/A". If there isn't a name return a "".
What's the deal? This is far too simple a formula for me to ask for help....but I am stumped!
=IF(ISBLANK(Name_1),"",
IF(Period=1,(M12/M21),
IF(Period=3,(SUM(M12:M14)/SUM(M21:23)),
IF(Period=4,(SUM(M12:M15)/SUM(M21:24)),
IF(Period=5,(SUM(M12:M16)/SUM(M21:25)),"N/A")
Richard