In our Excel table, there are calendar weeks given in row 2 (2D = 37, 2E = 38, 2F = 39,...), but we need to figure out which number has which column letter. Something like:
get (Column Letter) where (Value in row 2 = 39)
in this example we would get an "F" back, as 39 is in 2F
But we can´t find anything in the web that could help us