Kevineamon
New Member
- Joined
- Aug 1, 2018
- Messages
- 27
Hi guys
I've created a new workbook recently, one of it's functions is to pull the start of a worksheet name, which then in turn populates other data.
eg. MrExcel_bla_123
'MrExcel' will get pulled into the cell, using the following formula:-
=SUBSTITUTE(REPLACE(CELL("filename",A1),1,FIND("]",CELL("filename",A1)),""), "_IO","")
This works fine, does it's job as expected... however... when I upload this to excel online, it fails, giving a #VALUE ! error.
I've created a new workbook recently, one of it's functions is to pull the start of a worksheet name, which then in turn populates other data.
eg. MrExcel_bla_123
'MrExcel' will get pulled into the cell, using the following formula:-
=SUBSTITUTE(REPLACE(CELL("filename",A1),1,FIND("]",CELL("filename",A1)),""), "_IO","")
This works fine, does it's job as expected... however... when I upload this to excel online, it fails, giving a #VALUE ! error.