home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / misc / 4443 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  854 b 

  1. Path: sparky!uunet!gumby!wmichgw!x89cole12
  2. From: x89cole12@gw.wmich.edu
  3. Newsgroups: comp.os.ms-windows.misc
  4. Subject: Excel 3.0
  5. Message-ID: <1992Nov8.232913.6235@gw.wmich.edu>
  6. Date: 8 Nov 92 23:29:13 EST
  7. Organization: Western Michigan University
  8. Lines: 18
  9.  
  10. I am using MicroSoft Excel V3.0.  I am having difficulty with the IF function.
  11. I want to check if one cell is less than the other and print a 'Y' or 'N'
  12. in the current cell if it is.  Can anyone help me?
  13. For example:
  14.  
  15.     A        B        C
  16. -------- -------- --------
  17.      500     1000     Y     If (A<B) then Y
  18.     1000      500     N              ELSE N
  19.  
  20. Exactly how do I do this?  I can get a logical true/false value.  However, I 
  21. don't know how to insert a 'Y' or 'N'.  I thought about using a lookup table.
  22. Would that be a good solution.  
  23.  
  24. Help me in KALAMAZOO!!!!
  25.  
  26. Jason Cole            X89COLE12
  27.  
  28.