+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 select anything before current date and multiply by status shown in next column

  1. #1
    Registered User
    Join Date
    09-15-2012
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    2

    Excel 2007 select anything before current date and multiply by status shown in next column

    I have tried all mornign to google and work problem out. I expect answer is simple but I have tried all types of formulae and cant get anything right. I have two columns of information. The first full of dates and the second full of status names.
    12 02 2012 In
    04 10 2011 Out
    01 10 2012 In
    06 11 2011 Destroy
    I want to examine date column array for any date prior to current date (today date) and then if next column has the word "In" against a qualifying date count the number items. This would be shown in a single cell at foot of sheet. Thank you

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Excel 2007 select anything before current date and multiply by status shown in next co

    Maybe this one.

    =sumproduct((a1:a200<today())*(b1:a200="in"))
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    09-15-2012
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Excel 2007 select anything before current date and multiply by status shown in next co

    Thank you so much - you make it look so simple.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Excel 2007 select anything before current date and multiply by status shown in next co

    Glad I could help. Thanks for the reply.

    If the question is solved, will you mark your question as solved?

    If you have (other) questions, on this item, just ask.

  5. #5
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Excel 2007 select anything before current date and multiply by status shown in next co

    @ RogerW

    Welcome to the forum.

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. I'll do that for you now but please keep in mind for your future threads that Rule #9 requires you to do that yourself. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
    Thanks.

    Also, as a new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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