Hi
Is it possible to create a formula which reads subsequent Sheet names?
So if I had data in Sheet 1, for example, I'd like
cell A1 to read the name of Sheet 2 (which would be called 'Chocolate')
cell A2 to read the name of Sheet 3 (which would be called 'Crisps')
I know you can use this to get the current name of the current worksheet.
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
But I was wondering if it's possible to get the names of all other sheets in the current worksheet?
TIA
Is it possible to create a formula which reads subsequent Sheet names?
So if I had data in Sheet 1, for example, I'd like
cell A1 to read the name of Sheet 2 (which would be called 'Chocolate')
cell A2 to read the name of Sheet 3 (which would be called 'Crisps')
I know you can use this to get the current name of the current worksheet.
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
But I was wondering if it's possible to get the names of all other sheets in the current worksheet?
TIA