2023-06-13
This is PMAS's COMMONS Lab daily Open Notebook.
Today is 2023.06.13
Todo today
Have a look at the COMMONS research discussion forum
- https://github.com/orgs/commons-research/discussions
Doing
Paused
Done
Notes
Todo tomorrow, one day ... or never
Today I learned that
- Remove last chracter from excel cell
=LEFT(C2,LEN(C2)-1)
To keep just the first character
=LEFT(A2,4)