Forum Discussion
Galion_1979
Sep 07, 2022Copper Contributor
problem entering file name without extension in a cell
=MID(CELLULE("filename"),CHERCHE("[",CELLULE("filename"))+1, CHERCHE("]",CELLULE("filename"))-CHERCHE("[",CELLULE("filename"))-1) this formula picked on microsoft excel dont work
- Sep 08, 2022
Try this;
=STXT(CELLULE("filename");CHERCHE("[";CELLULE("filename"))+1;(CHERCHE("]";CELLULE("filename"))-5)-(CHERCHE("[";CELLULE("filename"))+1))
Riny_van_Eekelen
Sep 08, 2022Platinum Contributor
Try this;
=STXT(CELLULE("filename");CHERCHE("[";CELLULE("filename"))+1;(CHERCHE("]";CELLULE("filename"))-5)-(CHERCHE("[";CELLULE("filename"))+1))
Galion_1979
Sep 08, 2022Copper Contributor
it work! thanks a lot!! have a great day!