T
Terence Lyles
I'm having a problem getting a function to add just the
sheet name to a cell. I looked on the support site and
found a function that adds gives me the whole path of the
saved file down to the sheet name, but I just need the
sheet name. Any help would welcome. The function I found
is below.
=RIGHT(CELL("filename"),LEN(CELL("filename"))-
MAX(IF(NOT(ISERR(SEARCH("\",CELL("filename"),
ROW(1:255)))),SEARCH("\",CELL("filename"),ROW
(1:255)))))
sheet name to a cell. I looked on the support site and
found a function that adds gives me the whole path of the
saved file down to the sheet name, but I just need the
sheet name. Any help would welcome. The function I found
is below.
=RIGHT(CELL("filename"),LEN(CELL("filename"))-
MAX(IF(NOT(ISERR(SEARCH("\",CELL("filename"),
ROW(1:255)))),SEARCH("\",CELL("filename"),ROW
(1:255)))))