Results 1 to 20 of 20

If a combination extract a group of numbers

Threaded View

  1. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,826

    Re: If a combination extract a group of numbers

    Try changing this:

    =IF(AND(A1=1,B1=2),"2,1,3,6,5",IF(AND(A2=1,B1=1),"1,3,7,10,11",IF(AND(A1=1,B1=1),"36,3,6,5","17,9,6")))

    to this:

    =IF(AND(A1=1;B1=2);"2,1,3,6,5";IF(AND(A2=1;B1=1);"1,3,7,10,11";IF(AND(A1=1;B1=1);"36,3,6,5";"17,9,6")))

    Your locale requires ; as a separator rather than , .
    Attached Files Attached Files
    Last edited by AliGW; 12-31-2018 at 04:46 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Macro to generate groups randomly of 20 numbers, being 10 of group A and 10 of group B,
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 11-14-2017, 08:02 AM
  2. Find a number combination in a group of cells
    By OpieWinston in forum Excel General
    Replies: 6
    Last Post: 03-15-2014, 10:45 AM
  3. Replies: 1
    Last Post: 01-23-2014, 05:39 AM
  4. combination of these numbers would sum
    By alisapooh in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-22-2009, 12:27 PM
  5. How can I convert a group of numbers to a group of letters?
    By CarlG in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-18-2006, 10:35 AM
  6. Replies: 1
    Last Post: 01-09-2006, 09:30 AM
  7. combination of numbers
    By ErnestoMarti in forum Excel General
    Replies: 36
    Last Post: 10-23-2005, 05:05 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