View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
stevec stevec is offline
external usenet poster
 
Posts: 177
Default smaller formula to sum together 4 columns, 3 of them next to one a

this is what i have now:

=INDEX(EBITDA!$L$13:$L$6000,MATCH(D13,EBITDA!$D$13 :$D$6000,0),1)+INDEX(EBITDA!$M$13:$M$6000,MATCH(D1 3,EBITDA!$D$13:$D$6000,0),1)+INDEX(EBITDA!$N$13:$N $6000,MATCH(D13,EBITDA!$D$13:$D$6000,0),1)+INDEX(E BITDA!$O$13:$O$6000,MATCH(D13,EBITDA!$D$13:$D$6000 ,0),1)

you see this formula is on one worksheet, matching numbers on another
worksheet to sume together 4 columns. This looks ugly. Is there a smaller
way of doing this -- to at least add together columns m, n and o all at once?

thanks for taking a look...