+ Reply to Thread
Results 1 to 5 of 5

Need help with formula involving two ranges and count

  1. #1
    Registered User
    Join Date
    01-28-2020
    Location
    Illinois, USA
    MS-Off Ver
    Microsoft Office 365
    Posts
    2

    Need help with formula involving two ranges and count

    Under the Signal column, there are rows of percentages. Under column O(Pos/Targ) and column P(Neg/Targ), there are 0 and 1 indicating that targets were met. To the right you will find a field with percentages that will go from 55 and up to around 250.

    I am trying to match and count the percentage column with the target(s) column in the proper field to the right.

    Example: 55% 14 10
    Attached Images Attached Images

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: Need help with formula involving two ranges and count

    Welcome to the forum

    Please attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    Cheers!
    Deep Dave

  3. #3
    Forum Contributor shank_mis's Avatar
    Join Date
    09-08-2018
    Location
    Delhi
    MS-Off Ver
    2010
    Posts
    128

    Re: Need help with formula involving two ranges and count

    Are you trying to match Column S with Column I and Count Column O & P ??

    In your example: 55% 14 10
    14 & 10 are counted value from column O & P right ?
    And 55% was matched in column I, right ?
    Shashank Mishra
    Please hit "Add Reputation" Button if you liked the answer.

  4. #4
    Registered User
    Join Date
    01-28-2020
    Location
    Illinois, USA
    MS-Off Ver
    Microsoft Office 365
    Posts
    2

    Re: Need help with formula involving two ranges and count

    Yes, the I believe that is correct.

  5. #5
    Forum Contributor shank_mis's Avatar
    Join Date
    09-08-2018
    Location
    Delhi
    MS-Off Ver
    2010
    Posts
    128

    Re: Need help with formula involving two ranges and count

    Use SUMIFS() and you will get what you want.

    For example:
    In Cell T4 =SUMIFS($O$4:$O$250,$I$4:$I$250,S4) if your data is within row 4 and row 250.
    In Cell U4 =SUMIFS($P$4:$P$250,$I$4:$I$250,S4) if your data is within row 4 and row 250.

    Bye....

    Hit the "Add Reputation" button if you liked the answer.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Multiple Loop Iteration - involving insert rows, highlighting value ranges
    By sunburst in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-28-2018, 02:09 PM
  2. (Count Formula) Count if two seperate ranges create unique combination
    By Geekcrux in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-10-2016, 07:00 AM
  3. [SOLVED] Formula Count RANGES
    By jamiguel77 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-24-2014, 07:17 PM
  4. [SOLVED] Number difference involving ranges with a mix of positive and negative values
    By coasterman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-17-2013, 02:34 PM
  5. Replies: 3
    Last Post: 04-03-2013, 02:35 PM
  6. COUNT involving several columns
    By nsd3 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-07-2009, 10:03 PM
  7. formulas involving ranges
    By Brenda463 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-21-2006, 05:45 PM

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