+ Reply to Thread
Results 1 to 2 of 2

Database

  1. #1
    paulrm906
    Guest

    Database


    I have in colmn 1 dates in sequence and in colmn to 2 I have numbers can
    someone please tell me a formula for example where I can extract data
    from colmn 2 for example from the 1st Oct 05 to the 15th Oct 05. Many
    thanks if you could help me. Paul Maynard


    --
    paulrm906

  2. #2
    Roger Govier
    Guest

    Re: Database

    Hi Paul

    One way
    =SUMPRODUCT(--($A$1:$A$100>=DATE(2005,10,1)),--($A$1:$A$100<=DATE(2005,10,15)),$B$1:$B$100)
    Change ranges to suit, but ensure that they are of equal size.

    Regards

    Roger Govier


    paulrm906 wrote:
    > I have in colmn 1 dates in sequence and in colmn to 2 I have numbers can
    > someone please tell me a formula for example where I can extract data
    > from colmn 2 for example from the 1st Oct 05 to the 15th Oct 05. Many
    > thanks if you could help me. Paul Maynard
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1