home *** CD-ROM | disk | FTP | other *** search
-
- Problem Some string arithmatic formulas that take the current date,
- a vendor code, and an order#, and create a day coded string.
- EX. The date 02/19/85, the vendor code H, and the Order # 01,
- are combined to produce 5H021901.
-
- Block Diagram
-
- ___________________
- | |
- | Single screen |
- |___________________|
-
- Tips
- Application uses formulas such as:
-
- @MID(@STRING(@YEAR(@TODAY)0),1,1)
-
- which can be found in cell B2, to do string arithmatic.
-
- Also see B4 and B7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-