Peterw_2506
Board Regular
- Joined
- Jan 28, 2011
- Messages
- 78
Hi All,
Does anybody know how to solve a little problem. Below is a two part formula; the first part give a date in cell C12 if open exists in any of the cell targeted, the second part puts the CLOSED in cell C12 if a 0 appears in the targeted cell. Both formula's work individually but when combined as shown in the formula below I get the result "#value!".
=IF(G12="open",E12+12,IF(K12="open",I12+12,IF(O12="open",M12+12,
IF(S12="open",Q12+12,IF(W12="open",U12+12,IF(N12="open",L12+12,
IF(AA12="open",Y12+12,""))))))),IF(H12=0,"CLOSED",IF(L12=0,"CLOSED"))
Does anybody know a work around for this problem please.
Thank you in advance, Peter
Does anybody know how to solve a little problem. Below is a two part formula; the first part give a date in cell C12 if open exists in any of the cell targeted, the second part puts the CLOSED in cell C12 if a 0 appears in the targeted cell. Both formula's work individually but when combined as shown in the formula below I get the result "#value!".
=IF(G12="open",E12+12,IF(K12="open",I12+12,IF(O12="open",M12+12,
IF(S12="open",Q12+12,IF(W12="open",U12+12,IF(N12="open",L12+12,
IF(AA12="open",Y12+12,""))))))),IF(H12=0,"CLOSED",IF(L12=0,"CLOSED"))
Does anybody know a work around for this problem please.
Thank you in advance, Peter