home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / LOTUS / TUTDOC2.ARC / 4224.PRN < prev    next >
Encoding:
Text File  |  1985-02-26  |  768 b   |  38 lines

  1.  
  2. Problem  Some string arithmatic formulas that take the current date,
  3.          a vendor code, and an order#, and create a day coded string.
  4.          EX.  The date 02/19/85, the vendor code H, and the Order # 01,
  5.          are combined to produce 5H021901.
  6.  
  7. Block Diagram
  8.  
  9.                ___________________
  10.               |                   |
  11.               |    Single screen  |
  12.               |___________________|
  13.  
  14. Tips
  15.          Application uses formulas such as:
  16.  
  17.               @MID(@STRING(@YEAR(@TODAY)0),1,1)
  18.  
  19.                    which can be found in cell B2, to do string arithmatic.
  20.  
  21.                    Also see B4 and B7
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.