LibreOffice
Calc
Concatonate
Enter into a cell:
="string1" & 1970 & "string2"
results in:
string11970string2
Sheetname in cell
Use the current Sheetname in a cell
=MID(CELL("filename");FIND("#$";CELL("filename"))+2;LEN(CELL("filename")))
Copy formular to other cells
- Write formular and confirm with
ENTER
. - Click
CTRL + SHIFT + END
to select all to the last right cell used on the worksheet. Adjust if necessary. CTRL + D
to copy the formular (and adjust the references) to the remaining cells.