This commit is contained in:
2025-10-25 20:11:21 +02:00
commit fd37421245
700 changed files with 211892 additions and 0 deletions

7
Work/Excel.md Normal file
View File

@@ -0,0 +1,7 @@
### Replace dot and comma
```
=NUMBERVALUE(SUBSTITUTE(SUBSTITUTE(E3,".",""),",","."))
```
#Snippets
#Excel