I have a spreadsheet with a few tabs, one of which summarizes a few other detailed worksheets with financial data by month. I need to create a formula that dynamically adds year-to-date information from another worksheet. The formula I thought would work was: sum(OFFSET(VLOOKUP($A13, Data, MATCH('File Info'!$B$2, 'Format-Data'!$1:$1,0),0),0,0, 1, month('File Info'!$B$1))). Data = detailed data worksheet (named range), Format-Data is the same worksheet, File Info tab has first month of current year and end of current month dates. This throws up an error.
Apparently VLookup and Sum/Offset don't work well together - any ideas?
<TABLE style="WIDTH: 74pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=99><COLGROUP><COL style="WIDTH: 74pt; mso-width-source: userset; mso-width-alt: 2816" width=99><TBODY><TR style="HEIGHT: 15.75pt" height=21><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: white; WIDTH: 74pt; HEIGHT: 15.75pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=21 width=99></TD></TR></TBODY></TABLE>
Apparently VLookup and Sum/Offset don't work well together - any ideas?
<TABLE style="WIDTH: 74pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=99><COLGROUP><COL style="WIDTH: 74pt; mso-width-source: userset; mso-width-alt: 2816" width=99><TBODY><TR style="HEIGHT: 15.75pt" height=21><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: white; WIDTH: 74pt; HEIGHT: 15.75pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=21 width=99></TD></TR></TBODY></TABLE>