That works just great, thank you!

Now, imagine that formula returned "B2", as a text string.

Cells:

X1 = 2
Y1 = -5
D7 = 999

I want to pick the "B2" and make some formula that returns the value of the cell located in "B2" plus (X1) columns to the right and (Y1) rows bellow, wich would point to cell D7.

The return of this formula would be 999, of course.

How do I make this type of "operations" with cell references?

Thank you again!