
Originally Posted by
excellicious
Thank you Richard and Dave for your replies.
Please see my attachment, my goal is to have column C & D of the SYSTEM section on the FINAL REPORT sheet to be transferred to the C & D columns of the Grand Total sheet. Once the data are downloaded to the FINAL REPORT sheet, the SYSTEM section last row varies from row 97-119. This is my problem so I would go to my formula to make adjustment manually.
Dave-this is quite sad but I did use the site that you referred in your email to build my formula but I keep getting #REF! for the result.
I defined and named "Afternoon"
=OFFSET('FINAL REPORT'!$A$1,0,0,COUNT('FINAL REPORT'!$A:$A),1).
and my formula is now
=INDEX('FINAL REPORT'!C:C,MATCH($A$3,Afternoon,1)+MATCH($B3,INDIRECT
(CONCATENATE("'FINALREPORT'!B",MATCH($A$3,Afternoon,0)+1,":B700")),0)
,1)
Hi,
I think I'd be inclined to use the slightly easier formula as follows: C3 on the Grand Total Sheet
=OFFSET('FINAL REPORT'!$A$1,MATCH($A$3,'FINAL REPORT'!$A:$A,FALSE)-1+ROW()-3,2)
and in D3
=OFFSET('FINAL REPORT'!$A$1,MATCH($A$3,'FINAL REPORT'!$A:$A,FALSE)-1+ROW()-3,3)
Copy both of those down to row 9.
HTH
Bookmarks