View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
joel joel is offline
external usenet poster
 
Posts: 9,101
Default sum up every other cell

You can always use amn auxilary column.

Put in an unued column the formula

=mod(row(),2)

The use Sumif and the use for the condition the new column = 1

=sumif(IV$12:IV$2263,0,G$12:G$2263)

"veena" wrote:

Hi there, the formula i am using is
=SUMPRODUCT((MOD(ROW(G$12:G$2263),2)=0)*(G$12:G$22 63)) I need This year total
in G7 and below it i need Last year total in G8 basically i want the formula
to sum up every other cell so like all this year's and all last year and the
layout is this year and under is last year so i am using this formula and it
works but it doesnt work if there are too many rows between the range and the
total. it keeps on giving me #value error
thanks
Veena