I think this is VERY simple, but can't seem to figure it out.
Let's say I have 40 cells with various values in them.
In another cell on the same sheet, I want to return the value of whatever cell is selected.
Ex. I put my cursor on cell B3, and in B3 it says "JACK" - in a designated cell in the spreadsheet, let's call it cell Z1, I want to return the value "JACK".
If I then put my cursor on cell D2, and it says "JILL", I want the same Z1 cell to return the value of "JILL", and so on.
In other words, I always want Z1 to display the contents of whichever cell is selected in a particular range.
I can't figure out if it is VBA activecell, and index formula, or something else. Help!?!?
Let's say I have 40 cells with various values in them.
In another cell on the same sheet, I want to return the value of whatever cell is selected.
Ex. I put my cursor on cell B3, and in B3 it says "JACK" - in a designated cell in the spreadsheet, let's call it cell Z1, I want to return the value "JACK".
If I then put my cursor on cell D2, and it says "JILL", I want the same Z1 cell to return the value of "JILL", and so on.
In other words, I always want Z1 to display the contents of whichever cell is selected in a particular range.
I can't figure out if it is VBA activecell, and index formula, or something else. Help!?!?