A adam May 21, 2009 #1 How do I make a cell only display the name of the sheet? without writing e.g "sheet1" Is there a formula such as =sheetname ?
How do I make a cell only display the name of the sheet? without writing e.g "sheet1" Is there a formula such as =sheetname ?
S Sheeloo May 21, 2009 #2 File must be saved at least once for the formula to work... Try in any cell =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)
File must be saved at least once for the formula to work... Try in any cell =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)
S Sheeloo May 21, 2009 #3 File must be saved at least once for the formula to work... Try in any cell =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)
File must be saved at least once for the formula to work... Try in any cell =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)
S Sheeloo May 22, 2009 #6 You are most welcome. Thanks for the feedback. Try to get into the habit of using Google... it will save you time and teach new things...
You are most welcome. Thanks for the feedback. Try to get into the habit of using Google... it will save you time and teach new things...
S Sheeloo May 22, 2009 #7 You are most welcome. Thanks for the feedback. Try to get into the habit of using Google... it will save you time and teach new things...
You are most welcome. Thanks for the feedback. Try to get into the habit of using Google... it will save you time and teach new things...