Hi Dave, that was a first attempt to try to identify the correct column
this returns the value of the required first column in row1
=HLOOKUP(K6,$L$1:$GJ$1,1,FALSE)
but I would like to copy a formula
from that column up to the number of columns dictated by
which would be a offset to the row in question, in this instance "6"
columns j and k should not be necessary as the start month should be dictated by the date in column f and a hlookup of the dates in row 4,
with
=HLOOKUP(TEXT(F6,"mmm-yyyy"),$L$4:$GJ$4,3,FALSE)
but i thought it easier to start with the simple extracted value and put it all into one later
Bookmarks