-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
515319f
commit 99a6299
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
# exl_ValueToName | ||
A single cell formula to convert integer values to English text name | ||
|
||
Does NOT use VBA or any other packages. This is a primary design requirement. Any pull requests that violate this fundamental design requirement will be automatically rejected without comment. | ||
## Requirements | ||
|
||
1. Does NOT use VBA or any other packages/marcos; stands alone | ||
2. Single input | ||
3. Has no other precedents | ||
4. Translates to standard English phraseology | ||
|
||
## Limitations | ||
|
||
1. Positive Integers | ||
2. Current Range 1 to 999,999,999,999 |