HI All,
I have the below formula, and I have two questions that im having trouble with.
1) Is it possible to shorten this formula? Im quite new and figured this is over kill.
2) I am trying to incorprate an "istext" formula into this as I need cell L3 (where this formula is embedded) to = "Various" if any text is entered into cell H3. Does anyone have ani ideas?
=IF(COUNTIF(C3,"*")=0,"",IF(H3=4,SUM(G3*13),IF(H3=1,SUM(G3*52),IF(H3=2,SUM(G3*26),IF(H3=3,SUM(G3*17.3),IF(H3=8,SUM(G3*6.5),IF(H3=12,SUM(G3*4.3),IF(H3="Printer","Printer",IF(H3=0,G3*4.3)))))))))
Thanks in advance again.
I have the below formula, and I have two questions that im having trouble with.
1) Is it possible to shorten this formula? Im quite new and figured this is over kill.
2) I am trying to incorprate an "istext" formula into this as I need cell L3 (where this formula is embedded) to = "Various" if any text is entered into cell H3. Does anyone have ani ideas?
=IF(COUNTIF(C3,"*")=0,"",IF(H3=4,SUM(G3*13),IF(H3=1,SUM(G3*52),IF(H3=2,SUM(G3*26),IF(H3=3,SUM(G3*17.3),IF(H3=8,SUM(G3*6.5),IF(H3=12,SUM(G3*4.3),IF(H3="Printer","Printer",IF(H3=0,G3*4.3)))))))))
Thanks in advance again.