QTD function?

Joined
Nov 25, 2009
Messages
1
Reaction score
0
Hi,
I'm trying to build a function that sums QTD based on weeks.

This is my formula, which keeps coming back false:
=IF($DD$76<=13,SUM(BC81:INDEX(BC81:BO81,DK81),IF($DD$76<=26,SUM(BP81:INDEX(BP81:CB81,DK81),IF($DD$76<=39,SUM(CC81:INDEX(CC81:CO81,DK81),IF($DD$76<=55,SUM(CP81:INDEX(CP81:DB81,DK81)))))))))

in DD75, I input the week of year that we're in.
BC81:BO81 is Week 1 - week 13 data, and so on.

When I put in a week, I want it to sum QTD up to that particular week. Column DC has week of the quarter in it.

Its a bit of a mess. I'd appreciate any help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top