T
Todd S
How do you generate a reference to a cell in another worksheet based on the
contents of a cell in the current worksheet.
Here is what I have been trying. Logically it works. But when true, it
returns the text that I am concatenating rather then the value of the cell
that I am referencing.
Cell A6 = January, 2008
=IF(CONCATENATE("'"&A6&"'!B2")<>0,CONCATENATE("'"&A6&"'!B2"),"")
contents of a cell in the current worksheet.
Here is what I have been trying. Logically it works. But when true, it
returns the text that I am concatenating rather then the value of the cell
that I am referencing.
Cell A6 = January, 2008
=IF(CONCATENATE("'"&A6&"'!B2")<>0,CONCATENATE("'"&A6&"'!B2"),"")