Worksheet name in a cell in a different worksheet
Posted by Eric Ellis on February 05, 2002 3:29 PM
Hello,
Is there a way to get a worksheets name in a different workbook? I have this:
=IF(COUNTIF(Broadband!B:B, I4), "y", RIGHT(CELL("filename", B:B), LEN(CELL("filename", B:B)) - FIND("]", CELL("filename", B:B))))
I'm trying make it so it will tell me where it got the information from if it does not find it in the Broadband worksheet. Right now all it does is say the worksheet I am working in because it also has the number it is searching for. Is there a way?
Thanks!