I want to use writer to generate a (crude) invoice.
I use simple formulas manipulate the numbers that I type in.
I want to add a dollar sign $ so that my numbers appear as money.
I have tried enclosing the $ in quotes as in:
="$" +
That didn’t work. What’s the trick please?