I am using the Offset function on a budget report template that I have set up.
I want Column C to show my client's budget for the current month, with different budget headings down the rows.
The budget isn't profiled evenly, so I have set each month's budget out in columns N to U (I only need to cover an 8 month period, which happens to be months 5-12 of the client's financial year)
The current month is identified in cell K1 as a number; for example February is referenced as 6.
In column C, I have the following OFFSET formula =OFFSET(M10,0,$K$1-4)
So in February, it should return the number in cell O10.
Which it does, but it also returns a circular reference and I cannot work out why.
Bookmarks