home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gumby!wmichgw!x89cole12
- From: x89cole12@gw.wmich.edu
- Newsgroups: comp.os.ms-windows.misc
- Subject: Excel 3.0
- Message-ID: <1992Nov8.232913.6235@gw.wmich.edu>
- Date: 8 Nov 92 23:29:13 EST
- Organization: Western Michigan University
- Lines: 18
-
- I am using MicroSoft Excel V3.0. I am having difficulty with the IF function.
- I want to check if one cell is less than the other and print a 'Y' or 'N'
- in the current cell if it is. Can anyone help me?
- For example:
-
- A B C
- -------- -------- --------
- 500 1000 Y If (A<B) then Y
- 1000 500 N ELSE N
-
- Exactly how do I do this? I can get a logical true/false value. However, I
- don't know how to insert a 'Y' or 'N'. I thought about using a lookup table.
- Would that be a good solution.
-
- Help me in KALAMAZOO!!!!
-
- Jason Cole X89COLE12
-
-