A
Alan D.
I am trying to find an elegant way to refer a worksheet name in an easily
copied formula. In this particular example, I have a sequence of
month-specific worksheets, eleven of which reference the month prior to
bring up YTD figures. I've just become acquainted with the INDIRECT function
but that seems a bit cumbersome, as it entails either modifying the cell
reference portion of the formula (e.g., =INDIRECT($A$37&"A16")+D16, where
$A$37 references the previous month) or requires a reference cell on each
sheet for each desired referenced field. I'd like to find a reference that I
can easily drag and copy down a column and duplicate to each month's sheet
without all the supporting reference cells (e.g., =PreviousMonthReference!
D16+D16), where the reference is either a simple equation (e.g.,
CurrentSheet -1 if the months are assigned numeric names) or a single lookup
table (e.g., =LOOKUP(CurrentSheetName,Table,2)). Thanks for any
suggestions.
copied formula. In this particular example, I have a sequence of
month-specific worksheets, eleven of which reference the month prior to
bring up YTD figures. I've just become acquainted with the INDIRECT function
but that seems a bit cumbersome, as it entails either modifying the cell
reference portion of the formula (e.g., =INDIRECT($A$37&"A16")+D16, where
$A$37 references the previous month) or requires a reference cell on each
sheet for each desired referenced field. I'd like to find a reference that I
can easily drag and copy down a column and duplicate to each month's sheet
without all the supporting reference cells (e.g., =PreviousMonthReference!
D16+D16), where the reference is either a simple equation (e.g.,
CurrentSheet -1 if the months are assigned numeric names) or a single lookup
table (e.g., =LOOKUP(CurrentSheetName,Table,2)). Thanks for any
suggestions.