home *** CD-ROM | disk | FTP | other *** search
-
- Problem Fancy string formulas that take a number like 17,613.05
- and write it out in words like:
-
- Seventeen Thousand, Six Hundred, Thirteen and 05/100 dollars
-
- Handles numbers up to 21000
-
-
- Block Diagram
- ______________ ______________
- | | |
- | | |
- | Inputs | String |
- | and | Lookup |
- | Calcs | Tables |
- | | |
- | | |
- | | |
- |______________|______________|
-
- Tips
- String arithmatic formulas in cells C12..C19
- include @IF, @MOD, @ERR, @VLOOKUP, @S, AND @INT functions.
-
- Time arithmatic formulas (@IF, @HOUR, @STRING, @MOD, @MINUTE,
- and @CHOOSE are used to write out "12:17 in the morning. B6
-
-
-
-
-
-
-
-
-
-
-