+ Reply to Thread
Results 1 to 3 of 3

Trying to Pull Data by keyword for each month and use for percentages for each month (Y/N)

  1. #1
    Registered User
    Join Date
    06-18-2013
    Location
    Minneapolis, MN
    MS-Off Ver
    Excel 2013
    Posts
    81

    Trying to Pull Data by keyword for each month and use for percentages for each month (Y/N)

    Trying to pull the words "Yes" and "No" out of columns that are within the same row as date completed column and then create a table with percentages of Yes vs. No for each month. See my Example. The goal is to track the % each month of orders that meet due dates.

    Thanks!

    Nate

    Floor Deadline Performance Chart 6.19.13.xlsx

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Trying to Pull Data by keyword for each month and use for percentages for each month (

    Is this solved?

    If you solve a problem yourself before anyone else has responded, please take a moment to describe your solution, chances are some other member will benefit.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    06-18-2013
    Location
    Minneapolis, MN
    MS-Off Ver
    Excel 2013
    Posts
    81

    Re: Trying to Pull Data by keyword for each month and use for percentages for each month (

    =SUMPRODUCT(($G$2:$G$5000="YES")*(MONTH($F$2:$F$5000)=K$15)) In K16


    and in K17
    =SUMPRODUCT(($G$2:$G$5000="NO")*(MONTH($F$2:$F$5000)=K$15))

+ 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