Let me try to make my question more clear.
Can you make me a function ValueRowTwo() that always return the value of the cell in Row two, in the column the function ValueRowTwo is put in? So when I put the function ValueRowTwo somewhere in column B, it should return the value of cell B2.
But, when I use the same function ValueRowTwo somewhere in column C, it should return the value of cell C2 and not B2.