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

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