Greetings!
i have created a workbook with several sheets on it and the data takes readings from the sheetname. below are options and all of them, do the job for me what i need.
Option 1:
=MID(CELL("filename",I9),FIND("]",CELL("filename",I9))+1,255)
Option 2:
=RIGHT(CELL("filename",M9),LEN(CELL("filename",M9))-FIND("]",CELL("filename",M9)))
Option 3:
=REPLACE(CELL("filename",K9),1,FIND("]",CELL("filename",K9)),"")
so my question is when i share the file with someone who is not using excel in "English" language, they have a trouble and the formula is not working, because the word "filename" isn't converting/translating and the rest of the formula is. This problem happens to Turkish language office 2013 and newer versions. (haven't tested below versions).
any advise how we may shall process to fix the issue? since its very important and whole workbook is based on sheetnames.
thanks in advance for the help.
Sincerely,
Nerz
i have created a workbook with several sheets on it and the data takes readings from the sheetname. below are options and all of them, do the job for me what i need.
Option 1:
=MID(CELL("filename",I9),FIND("]",CELL("filename",I9))+1,255)
Option 2:
=RIGHT(CELL("filename",M9),LEN(CELL("filename",M9))-FIND("]",CELL("filename",M9)))
Option 3:
=REPLACE(CELL("filename",K9),1,FIND("]",CELL("filename",K9)),"")
so my question is when i share the file with someone who is not using excel in "English" language, they have a trouble and the formula is not working, because the word "filename" isn't converting/translating and the rest of the formula is. This problem happens to Turkish language office 2013 and newer versions. (haven't tested below versions).
any advise how we may shall process to fix the issue? since its very important and whole workbook is based on sheetnames.
thanks in advance for the help.
Sincerely,
Nerz