Files
Obsidian-Vault/Work/Excel.md
2025-10-25 20:11:21 +02:00

7 lines
108 B
Markdown

### Replace dot and comma
```
=NUMBERVALUE(SUBSTITUTE(SUBSTITUTE(E3,".",""),",","."))
```
#Snippets
#Excel