Hi all,
I'm trying to do a sum formula based on certain criteria. I want the formula to say =SUM('Sheet 1'!H83:'Sheet 1'!J83) but I want the J83 part to be based on the week number so that it automatically extends the range to the right when a week is added. e.g. when it's week 7 it should say =SUM('Sheet 1'!H83:'Sheet 1'!M83).
I have a cell that says "Week 1-5" and I'm doing a RIGHT formula and looking that up to give me a column reference as per below:
1 G
2 H
3 I
4 J
5 K
6 L
7 M
8 N
9 O
10 P
11 Q
12 R
I can get it to say =SUM('Sheet 1'!H83:'Sheet 1'!J83) but it keeps on coming up with either a #VALUE or #REF error.
Any help would be much appreciated.
Bookmarks