home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!eff!iWarp.intel.com|ichips!sc9!bhouser
- From: bhouser@sc9.intel.com (Brad Houser)
- Newsgroups: comp.os.ms-windows.misc
- Subject: Re: Excel 3.0
- Message-ID: <1992Nov10.003640.1842@ichips.intel.com>
- Date: 10 Nov 92 00:36:40 GMT
- References: <1992Nov8.232913.6235@gw.wmich.edu>
- Sender: news@ichips.intel.com (News Account)
- Reply-To: bhouser@sc9.intel.com
- Organization: Intel Corporation, California Technology Development
- Lines: 31
-
-
- In article <1992Nov8.232913.6235@gw.wmich.edu>, x89cole12@gw.wmich.edu writes:
- >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!!!!
-
- Use the formula:
-
- =IF(A3<B3,"Y","N")
-
-
- >
- >Jason Cole X89COLE12
- >
- >
- --
- [Brad Houser <This space for rent> ]
- [ bhouser@sc9.intel.com ]
- [+1-408-765-0494 Woof!]
-