raccoon588
Board Regular
- Joined
- Aug 5, 2016
- Messages
- 118
i have this formula
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
It brings in the name of the sheet perfectly. But when i use that cell as a source of data for other formulas it does not work. It doesn't seem to be able to read the value in the cell. Example: the sheet is called 1. I've pulled that into cell C2 using the above formula. Now i enter a vlookup formula into another cell and use C2 as the value i am looking up. This does not work. Is there a fix for this?
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
It brings in the name of the sheet perfectly. But when i use that cell as a source of data for other formulas it does not work. It doesn't seem to be able to read the value in the cell. Example: the sheet is called 1. I've pulled that into cell C2 using the above formula. Now i enter a vlookup formula into another cell and use C2 as the value i am looking up. This does not work. Is there a fix for this?