I have this formula that I need to copy across multiple columns, but I need to increment the references by 3 columns each time.
So in the next formula, J3 becomes M3, and so on. I think I need to use OFFSET, but am struggling to put it together. Any help would be greatly appreciated!
Thanks
Excel Formula:
=1-(SUM('Tracking Compliance Data'!J3:J252)/(SUM('Tracking Compliance Data'!I3:I252)))
So in the next formula, J3 becomes M3, and so on. I think I need to use OFFSET, but am struggling to put it together. Any help would be greatly appreciated!
Thanks