+ Reply to Thread
Results 1 to 5 of 5

extracted data from a table and grouped them into pairs would like to know how often they

  1. #1
    Forum Contributor
    Join Date
    09-25-2011
    Location
    Lenasia, Johannesburg,South Africa
    MS-Off Ver
    Excel 2019
    Posts
    269

    extracted data from a table and grouped them into pairs would like to know how often they

    Hi

    I extracted data from the table using the concatenate function and got the front pair of numbers from the table

    I created a table called front pairs.

    I would like to populate the table with the number of times the pairs appears

    I tried the countif function but lost along the way

    I include my spreadsheet

    Thank you in anticipation for any help or advice

    The data from d6 to f6 is used and the front pair is copied to h6 on the spreadsheet

    I created a table from o1 to x21

    the table should contain the the total of times each pair appears from column h


    raj
    Attached Files Attached Files

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: extracted data from a table and grouped them into pairs would like to know how often t

    Maybe in O3 then copy down and accross:

    =COUNTIF($H$6:$H$69,O2)
    Quang PT

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: extracted data from a table and grouped them into pairs would like to know how often t

    With Sumproduct, regardless H to L columns:

    =SUMPRODUCT(($D$6:$D$69=--LEFT(O2))*($E$6:$E$69=--RIGHT(O2)))

  4. #4
    Forum Contributor
    Join Date
    09-25-2011
    Location
    Lenasia, Johannesburg,South Africa
    MS-Off Ver
    Excel 2019
    Posts
    269

    Re: extracted data from a table and grouped them into pairs would like to know how often t

    Hi

    Thank you for the help

    Much appreciated

    Raj

  5. #5
    Forum Contributor
    Join Date
    09-25-2011
    Location
    Lenasia, Johannesburg,South Africa
    MS-Off Ver
    Excel 2019
    Posts
    269

    Re: extracted data from a table and grouped them into pairs would like to know how often t

    Hi

    Thank you so much

    Much appreciated

    Working brilliantly

    Am learning agreat deal here in this forum

+ 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. Weird number format (digits grouped in pairs)
    By sandija in forum Excel General
    Replies: 2
    Last Post: 11-04-2016, 06:09 AM
  2. Dynamic chart of counted data extracted from pivot table
    By ffbulle in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 08-19-2016, 04:25 PM
  3. How to set or change formats of the data extracted from Pivot table
    By divi123 in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 03-09-2015, 08:40 AM
  4. How to set or change formats of the data extracted from Pivot table
    By divi123 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-06-2015, 02:12 AM
  5. [SOLVED] Data Validation using a table with name and number pairs
    By mongoose36 in forum Excel General
    Replies: 8
    Last Post: 12-04-2013, 11:51 AM
  6. Replies: 0
    Last Post: 02-21-2013, 09:07 AM
  7. Finding the Min of cells grouped in pairs
    By Tommy1005 in forum Excel General
    Replies: 5
    Last Post: 08-30-2010, 02:54 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