home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / apps / 5085 < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.2 KB  |  58 lines

  1. Newsgroups: comp.os.ms-windows.apps
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!ghost.dsi.unimi.it!univ-lyon1.fr!chx400!news.unige.ch!ugsc2a!plaut
  3. From: plaut@sc2a.unige.ch (Olivier PLAUT)
  4. Subject: Re: EXCEL!!! Simple yet lethal question...
  5. Message-ID: <1992Nov19.151620.1@sc2a.unige.ch>
  6. Lines: 46
  7. Sender: usenet@news.unige.ch
  8. Organization: University of Geneva, Switzerland
  9. References: <19345.2b0aa332@levels.unisa.edu.au>
  10. Date: Thu, 19 Nov 1992 13:16:20 GMT
  11.  
  12. In article <19345.2b0aa332@levels.unisa.edu.au>, yawcl@levels.unisa.edu.au writes:
  13. > Hi... this is for all those excel macro programming enthusiast out there...
  14. > How do you do an add texts from two cells into one cell....
  15. > ( An actual formula for a macro would really be helpful... )
  16. > I know it sounds trivial... But I'm ripping hairs out over here....
  17. > I know that the same procedure can be done in Lotus with the 
  18. > string + string command.... But Excel doesn't have a string command...
  19. > And I haven't been able to find an inverse "parse" command....
  20. > If that hasn't got you yet... Does Excel's macro programming tool actually
  21. > have a limit on embeded "AND" and "OR" commands....
  22. > It got really stuffy at me once when I tried to "OR" two "AND" statements
  23. > together.... ( Although... the formula was getting a bit long... by this 
  24. > point...) Bear in mind they work brilliantly apart....
  25. > Paul Leong ..
  26. > E-mail : yawcl@ntx.city.unisa.edu.au
  27. > ps. Somebody should start a competition for finding the most puzzeling
  28. > questions for an application.....
  29.  
  30. You even don't need a macro for that:
  31.  
  32. "=REPLACE($B$3;(LEN($B$3)+1);1;$C$3)"                    
  33.  
  34. If you place this formula in the current cell, you'll have
  35. the text of cell C3 added to the end of the text of cell B3.
  36. Olivier.
  37.  
  38. -- 
  39.  
  40. -------------------------------------------------------------------
  41.  Olivier Plaut                   |  
  42.  Institute of Forensic Medicine  |   Phone:    +41 (22) 702.56.12  
  43.  Toxicology Unit                 |   Fax:      +41 (22) 789.24.17  
  44.  University of Geneva            |
  45.  Av. de Champel 9                |   E-mail:  plaut@sc2a.unige.ch  
  46.  CH-1211 Geneve 4                |            plaut@cgeuge52.bitnet
  47.  Switzerland                     |   
  48. -------------------------------------------------------------------
  49.