Yes, if B8 to B10 are empty but B11 has data then C7 to C10 should be sumed.
The catch is the number of empty cells is random in each instance. So that
when I populate my spreadsheet I am having to go in and manually adjust the
formula for each occurance of empty cells in column B as well as manually
adjust the range that is being sumed.
Any suggestions?
I agree in this case the AND condition is redundant.
Try:
=SUM(OFFSET($C$7,0,0,SMALL((IF($B$8:$B$1000<>"",ROW(8:1000),99^99)),1)-7))
Entered with Ctrl+ShifT+Enter [CSE] (an array formula) which will have {}
surrounding the formula if entered with CSE.
Change the B1000/ROW(..) to suit your range.
> Yes, if B8 to B10 are empty but B11 has data then C7 to C10 should be sumed.
> The catch is the number of empty cells is random in each instance. So that
[quoted text clipped - 31 lines]
> > >
> > > Any help would be greatly appreciated
John - 28 Mar 2007 02:06 GMT
Toppers,
Thanks for the reply, however, this still didnt work. I made some
adjustments to the cell references to fit my situation still nada... I would
like to send a copy of my example spreadsheet so you can really see what I am
trying to do as it is kina hard to explain in words on here. I would just
attach to this post if it would let me.
jwgrizz62@yahoo.com(nospam)
> Try:
>
[quoted text clipped - 40 lines]
> > > >
> > > > Any help would be greatly appreciated