...if the cell is selected?
What I mean is that I have in column A a different set of names. In column B, you can put an X in the corresponding cell. What I want to do is pass the name in column A, against which there is an X, to a file name, so that certain cells within that file are presented.
e.g.
COLUMN A COLUMN B
Fred
Brian
Dave X
Jim
Cell C1 has an IF function that has as part of its formula a file name, which needs to be preceded with the name in column A, which has an X next to it (in this example, its "Dave", so the filename would be complete, and the function could return the results from filename "Davefile.xls".
Anyone have any thoughts...?
What I mean is that I have in column A a different set of names. In column B, you can put an X in the corresponding cell. What I want to do is pass the name in column A, against which there is an X, to a file name, so that certain cells within that file are presented.
e.g.
COLUMN A COLUMN B
Fred
Brian
Dave X
Jim
Cell C1 has an IF function that has as part of its formula a file name, which needs to be preceded with the name in column A, which has an X next to it (in this example, its "Dave", so the filename would be complete, and the function could return the results from filename "Davefile.xls".
Anyone have any thoughts...?