+ Reply to Thread
Results 1 to 4 of 4

Help with nesting

  1. #1
    Registered User
    Join Date
    07-11-2011
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2003
    Posts
    2

    Help with nesting

    I have three columns:

    First; persons name
    second; $amount
    third; date

    I am trying to add the second column only IF first column = correct name AND third column >= 6/30/11

    can someone please help me with this function? I am new and not sure what to use hear.

    thank you,

  2. #2
    Registered User
    Join Date
    07-11-2011
    Location
    Cleveland
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Help with nesting

    what do you mean by "correct name" and what do you want to add the second column to?

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Help with nesting

    Try SUMPRODUCT, something like this

    =SUMPRODUCT((A$2:A$100=E2)*(C$2:C$100>=DATE(2011,6,30)),B$2:B$100)

    where E2 contains the correct name
    Audere est facere

  4. #4
    Registered User
    Join Date
    07-11-2011
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Help with nesting

    Quote Originally Posted by daddylonglegs View Post
    Try SUMPRODUCT, something like this

    =SUMPRODUCT((A$2:A$100=E2)*(C$2:C$100>=DATE(2011,6,30)),B$2:B$100)

    where E2 contains the correct name
    This worked perfectly! thanks for the help!

+ 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