I need to offset a number of SUM ranges, which look something like this:
=-SUM(FS!C79:C80,FS!C82:C85,-FS!C81)
I can obviously offset each reference in the formula, something I tried with a simpler range:
=-SUM(,OFFSET(FS!B76,,FS!$B126):OFFSET(FS!B77,,FS!$B126))
but it is a bit messy and very...