Results 1 to 10 of 10

want to get highest sales qty and sales person name within specified dates

Threaded View

  1. #10
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,757

    Re: want to get highest sales qty and sales person name within specified dates

    You can do this without a helper column if you want, with this "array formula" in C15

    =MAX(SUMIFS(D2:D11,B2:B11,">="&A15,B2:B11,"<="&B15,A2:A11,A2:A11))

    confirmed with CTRL+SHIFT+ENTER

    and then this formula (also array entered) in D15

    =INDEX(A2:A11,MATCH(C15,SUMIFS(D2:D11,B2:B11,">="&A15,B2:B11,"<="&B15,A2:A11,A2:A11),0))

    confirmed with CTRL+SHIFT+ENTER

    see attached, I changed the dates to show how it works when you do that.....
    Attached Files Attached Files
    Audere est facere

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