[GTALUG] An LibreOffice question.

Tim Tisdall tisdall at gmail.com
Tue Jul 31 09:13:29 EDT 2018


On 30 July 2018 at 15:46, Alvin Starr via talk <talk at gtalug.org> wrote:
> Does anybody know how to display and work with SI numbers like 10k or 20M or
> 40G within LIbreOffice?

I think you may have to do it manually with a series of nested IF
statements.  So, if x>1,000,000,000 then x/1,000,000,000 + "G" else if
...


More information about the talk mailing list