Dataset lookup

I do not understand how I could you the concat function. here is what my dataset looks like:


I want to return the value in column “Text”, but i want to lookup the number 2012 in column “y” and the number 4 in column “m”

lookup({Root Container.SellDays},2012,"","y","Text")

how do i incorporate column “m” in the above code?