Relative Range Reference in a sumifs formula
I like to create two colums off to the right of the financial data
with a 'CHOOSE' formula, say columns Q & R
One, with a simple 'CHOOSE' formula to select the current month or the
month you want to select, and
Two, also with a cummulative CHOOSE formula a year-to-date column
based on the selected month.
=CHOOSE(ref_cell,D5,sum($D5:E5), sum($D5:F5)... Sum($D5:O5))
It's then simple to reference only those two columns for your data.
Your SUMIFS formula is tied only to these columns
|