Hello.

I have been racking my brains for a while now trying to find a solution. Basically I have a set of data with 20 days worth of information displayed in columns. The data is refreshed everyday so will shift by one column each day. I need a way of labelling each column according to which day it is today by inserting an extra row on top.

I.e - If the first column of data is Tuesday 08/01/2016, I want it to be labelled 'Current Week', until Saturday, when I want to be labelled 'Current Week Plus 1' instead. And then next Saturday be labelled 'Current Week +2" and so on.

Any ideas of how to do this?

Thanks in advance