+ Reply to Thread
Results 1 to 5 of 5

put in each column and detect in each of the 3 groups and add.

  1. #1
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,175

    put in each column and detect in each of the 3 groups and add.

    put in each column and detect in each of the 3 groups and add,
    the numbers 06 12 18 24, appear in the two groups of multiples of 2 and 3, no problem, detect even with the double numbers in the multiples to add
    https://www.excelforum.com/attachmen...1&d=1674920022

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,153

    Re: put in each column and detect in each of the 3 groups and add.

    in W5

    =SUMPRODUCT(--(MOD($A5:$O5,2)=0)*($A5:$O5))

    in AC5

    =SUMPRODUCT(--(MOD($A5:$O5,3)=0)*($A5:$O5))

    in AN5

    =SUMPRODUCT(--(ISNUMBER(MATCH($A5:$O5,AE$4:AL$4,0)))*($A5:$O5))
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,175

    Re: put in each column and detect in each of the 3 groups and add.

    of the sum ok the part, but it has to show which in each group the first two groups have to line up in the columns

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,153

    Re: put in each column and detect in each of the 3 groups and add.

    Please Login or Register  to view this content.

    =MOD_2($A5:$O5)

    =MOD_3($A5:$O5)

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,153

    Re: put in each column and detect in each of the 3 groups and add.

    In Ae5

    =COUNTIF($A5:$O5,AE$4)

    Copy across and down

+ 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. [SOLVED] Challenging issue: Detect Outliers in a Column with multiple groups of data
    By world33 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-01-2023, 01:39 AM
  2. [SOLVED] detect the corresponding groups from the draw list.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-22-2021, 03:09 PM
  3. [SOLVED] convert in the three possible pairs and then detect in the three groups.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-28-2021, 06:22 AM
  4. detect in each of the 4 groups * the amount of times of each digit,
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-28-2019, 09:34 AM
  5. [SOLVED] detect and add the quantities of letters in their groups
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 03-02-2019, 06:18 AM
  6. please, detect on each pair, * one of the 7 groups.
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-24-2019, 06:46 AM
  7. [SOLVED] Using VBA to detect separate groups of rows.
    By nt85 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-05-2014, 11:00 AM

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