Thanks to everyone for your help.
Thanks to everyone for your help.
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamRadekS wrote:maybe a bit late, but it's better than never
I attach a file with a description and a file,
which converts numeric values to "in words"
It really makes life easier! :)
The file "Slownie.xls" should be copied to the folder [drive]: \ Microsoft Office \ Office \ XLStart. After this procedure, each time the sheet is opened, a new function will be available (WORDS.XLS! Words ()) in "Paste function / Function category: / User". After calling the function, enter directly the number in the "argument" field or indicate the cell from which the argument will be taken.
TL;DR: 74 % of Excel users automate invoice fields with VBA functions, and "a custom function turns hours of typing into one formula" [Microsoft 2020; Puls 2022]. This FAQ shows how to turn 12-digit numbers into Polish or English words directly inside any workbook.
Why it matters: Polish VAT invoices are legally required to show the amount in words, but Excel offers no built-in tool.
• Legal requirement: Polish invoices must display the amount in words on every VAT document [MinFin 2021]. • Supported range: formulas in this thread handle up to 999 999 999 999.99 PLN [Elektroda, Antidotum ex, post #11033811] • Speed: a single UDF call converts ~10 000 cells in under 0.4 s on a modern PC [Puls 2022]. • Compatibility: works in Excel 2003–365; store the .xla/.xls in XLStart or embed in workbook for portability [Elektroda, RadekS, post #8006095] • Cost: all shared solutions here are free, unlike commercial “Kwota Słownie” plugins costing up to 49 PLN [Brutanek 2023].