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

  1. Newsgroups: comp.os.ms-windows.apps
  2. Path: sparky!uunet!gatech!news.ans.net!cmcl2!panix!rryan
  3. From: rryan@panix.com (Rob Ryan)
  4. Subject: Re: Excel 4.0 question
  5. Message-ID: <1992Nov20.144135.11005@panix.com>
  6. Date: Fri, 20 Nov 1992 14:41:35 GMT
  7. References: <37664@uflorida.cis.ufl.edu>
  8. Organization: Panix, NYC
  9. Lines: 33
  10.  
  11. In <37664@uflorida.cis.ufl.edu> hp0@cooder.cis.ufl.edu (Hyun Park) writes:
  12.  
  13. >I have tried to extract data items which satisfy the given criteria.!
  14. >Everything other than the date data seem to work o.k.
  15. >I tried several ways I could think of:
  16. >
  17. >      =date(1985,12,23) -> succeed 
  18. >      > date(1985,12,23) -> couldn't find
  19. >      > datevalue("12/23/85") -> couln't find
  20. >      > 12/23/85 -> couldn't find.
  21. >
  22. >I think I can use the greater than (>) or less than (<) operator
  23. >with date data but it didn't work. Then how can I find some data items
  24. >which have date fields which satisfy the given criteria.
  25.  
  26. I don't know why it didn't work with just ">12/23/85".  Note that
  27. there is no space between the ">" and the date.  I defined a database,
  28. a criteria, and an extract range as follows:
  29.  
  30. --database----+--criteria--+--extract range--+
  31. date     name   date        date     name
  32.  11/9/92 rob    >11/10/92   11/12/92 fred
  33. 11/12/92 fred
  34.  11/2/92 sam
  35.  
  36. When I extracted, it found it fine.  If you want, I could upload my worksheet
  37. so that you could ftp it and take a look.
  38.  
  39. -- 
  40.  Rob Ryan
  41.     Internet:   rryan@panix.com or Robert_Ryan@brown.edu
  42.     Bitnet:     ROBR@BROWNVM
  43.     Compu$erve: 70324.227@compuserve.com
  44.