Created by: DanWebb
All formulas I added to any cell kept coming up with double equals signs which caused an error when opened in a program like google sheets.
It seems like <f>
already identifies the cell as a formula and translates to a '=' so the extra equals sign isn't needed.
This pull request removes the equals sign after the row is identified as a formula so only <f>
is used instead of <f>=...