Hey all,
Here is my setup
I have a main sheet with several pieces of data. In Cell A2 I have a persons name, we'll call him Kent
I have other sheet names called "Kent 6 Mo Currency" and "Kent 12 Mo Currency"
What I am trying to do is: in Cell P2 on the main sheet, I want to reference cell H5 in "Kent 12 Mo Currency" using A2 as a variable.
I've tried :
=INDIRECT(CONCATENATE(A2," 12 Mo Currency!H5"))
=INDIRECT(A2&" 12 Mo Currency!H5")
They both return #REF
I am trying to work it this way so that when I copy the formula to the next person, i won't have the pain of typing "=" then selecting the sheet name and cell
I would like the format to become cell A2 would be "Kent, Clark" and the formula would pull from sheet "Clark 12 Mo Currency"
Can anyone offer suggestions?
Bookmarks