Skip to content

The following google sheet app script adds a custom function to translate numbers into words (ITALIAN)

Notifications You must be signed in to change notification settings

DIGIT-ATOMS/IT-numbers-to-words-google-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation


Number to Written Text (Italian) for Google Sheets

GitHub GitHub last commit

This Google Sheets script provides a custom function to convert numbers into their written Italian representation.

Usage

Installation

  1. Open your Google Sheet document.
  2. Go to Extensions > Apps Script.
  3. Paste the code from written_number_italian.gs into the script editor.
  4. Save the script. (You can also use it as library)

Function

To convert a number to its written Italian equivalent, use the following function in a cell:

=WRITTEN_NUMBER(32) // Output: trentadue

About

The following google sheet app script adds a custom function to translate numbers into words (ITALIAN)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published