hi there, 1st sorry about my english, i’ll do my best.
this is my 1st post here, i hope u can help me.
i have a workbook, with 40+ sheets named differents, not the usual “sheet 1, 2, etc.”
how can I copy the same cell of each sheet, in a new sheet, omitting the name of the sheet
ex. cell A1 of each sheet, contains the name of the sheet, I have 40+ sheets, in a new sheet I want to copy cell A1 of each sheet vertically.
i put this formula to retrive the sheet name in A1 each cell
Spanish:
=DERECHA(CELDA(“filename”;A1);LARGO(CELDA(“filename”;A1))-ENCONTRAR("]";CELDA(“filename”;A1)))
English
=RIGHT(CELL(“filename”,A1),LEN(CELL(“filename”,A1))-FIND("]",CELL(“filename”,A1)))
in a summary sheet i want to put cell A1 of sheet 1, cell A1 of sheet 2, etc
Results: (Spanish again)
- Sheet 1= MASCOTA ALIMENTO
- Sheet 2= MASCOTA CUIDADO E HIGIENE
- Sheet 3= MASCOTAS ACCESORIOS