Quote:
Originally Posted by JVenz0913
The data I am trying to pull is on another sheet within the same book. I just need the Letter of the column to change once i copy and paste the formula down.
|
Ah yes, I forgot the sheet ref:
=SUM(INDEX('Annual Invoice Breakdown'!$D$3:$Z$5,0,ROW()-
13))