Results 1 to 13 of 13

Using the Power of two to find which options are selected in a recursive fashion

Threaded View

  1. #10
    Valued Forum Contributor
    Join Date
    07-13-2021
    Location
    California, USA
    MS-Off Ver
    2010
    Posts
    513

    Re: Using the Power of two to find which options are selected in a recursive fashion

    Quote Originally Posted by J_Andreas_Lindqvist View Post
    the power of two is nothing I can change, that is how the options are structured in the source
    Good choice, IMHO. But that is limited to 53 options.

    (Excel does not format the sum with option 2^50, 2^51 and 2^52 correctly. But they are accounted for correctly.)

    Enter the following into D2 and copy across into E2:T2:

    =IFERROR(IF(ISODD(INT([@Moduler]/2^(MATCH(D$1,'VB Moduler'!$A$1:$Y$1,0)-1))),1,""),"")

    The structured Table automagically copies the formulas down their respective columns.
    Last edited by curiouscat408; 11-03-2021 at 02:11 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Formulas required for different options selected
    By sameer79 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-27-2020, 04:50 AM
  2. Power Query - Load to dialog box seems to be missing options
    By carlito2002wgn in forum Excel General
    Replies: 1
    Last Post: 09-30-2020, 03:22 AM
  3. Sub-Forum for Excel Power Tools (Power Query, Power Pivot & Power BI)
    By chullan88 in forum Suggestions for Improvement
    Replies: 10
    Last Post: 06-28-2018, 02:25 PM
  4. [SOLVED] Can't find corrext Index Match formula where different options have same sub-options
    By Ochimus in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-27-2016, 06:59 AM
  5. [SOLVED] Recursive find of managers
    By flyboy54 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-22-2013, 11:32 AM
  6. Find & replace recursive
    By mmer2 in forum Excel General
    Replies: 7
    Last Post: 07-18-2012, 08:41 AM
  7. Find most recent file in recursive filtered folder
    By camaytoc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-06-2011, 05:58 PM

Tags for this Thread

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