Worksheet name from cell contents?

  • Thread starter Thread starter Tobias Gårdner
  • Start date Start date
T

Tobias Gårdner

Hi,

I have the following forumula in my worksheet:
=IF(COUNTIF('Single host'!$C:$C;$C6);"*";"")

I would like the 'Single host' to be a reference, i.e. A5.

Is this possible?

Regards Tobbe
 
Hi Tobias
try
=IF(COUNTIF(INDIRECT("'" & A5 & "'!$C:$C");$C6);"*";"")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top