Sum if ONLY all the cells have a value?

Posted by Mike on Super User See other posts from Super User or by Mike
Published on 2011-03-02T09:18:53Z Indexed on 2011/03/06 16:12 UTC
Read the original article Hit count: 173

Hi

I need to sum 9 cells of data, each one on a separate sheet, but always in the same location. I only want a figure returned when all the cells have data, even if it's a 0. But, if one of the cells is blank I want a blank return.

I'm trying to get my head around, making it up actually, where the IFs and ISBLANK and SUMS would go. Any pointers would be greatly appreciated.

SUM(IF(ISBLANK(RANGEA,OR(RANGEB),0,ALLRANGES)))

Many thanks

Michael

© Super User or respective owner

Related posts about microsoft-excel

Related posts about excel-2007