+ Reply to Thread
Results 1 to 5 of 5

Expanding count

  1. #1
    Registered User
    Join Date
    08-13-2019
    Location
    Canada
    MS-Off Ver
    Professional Plus 2016
    Posts
    6

    Exclamation Expanding count

    Hello,

    First time posting on here. I am looking for some help. I don't know if this is even possible to do but I have attached an example below.

    Basically I am trying to expand a number into a column and attach the adjacent column to it.

    Any help would be appreciated!
    Attached Files Attached Files
    Last edited by Afej; 08-13-2019 at 11:27 AM. Reason: Solved

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Expanding count

    Please try at
    F3
    =IFERROR(INDEX(B:B,AGGREGATE(15,6,ROW($B$3:$B$9)/(COLUMN($A$1:$Z$1)< =CEILING($C$3:$C$9,1)),ROWS(F$3:F3))),"")
    G3
    =IF(COUNTIF(F$3:F3,F3)< VLOOKUP(F3,$B$3:$C$9,2,),1,VLOOKUP(F3,$B$3:$C$9,2,)-COUNTIF(F$2:F2,F3))
    Attached Files Attached Files

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Expanding count

    or:

    =IFERROR(INDEX($B$3:$B$9,MATCH(0,INDEX(--(COUNTIF($I$2:I2,$B$3:$B$9)=ROUNDUP($C$3:$C$9,0)),0),0)),"")

    and

    =IFERROR(MIN(1,INDEX($C$3:$C$9,MATCH(I3,$B$3:$B$9,0))-COUNTIF($I$2:I2,I3)),"")

    see sheet.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    08-13-2019
    Location
    Canada
    MS-Off Ver
    Professional Plus 2016
    Posts
    6

    Re: Expanding count

    You guys are wizards!

    Thanks so much, works exactly how I wanted it to work!

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Expanding count

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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] Expanding on an If And formula
    By Jwilf in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-13-2016, 04:03 PM
  2. Excel macro to sort data by word count in one column and expanding to other data columns
    By terryhenderson in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-27-2015, 06:50 AM
  3. expanding colorfunction to count more than one colors in a range
    By dilemmax in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-13-2013, 10:50 PM
  4. Replies: 2
    Last Post: 09-28-2011, 08:43 AM
  5. Expanding list
    By Rawb77 in forum Excel General
    Replies: 2
    Last Post: 11-17-2009, 12:05 PM
  6. Expanding Cells
    By tractuschris in forum Excel General
    Replies: 2
    Last Post: 03-22-2008, 04:17 AM
  7. expanding button
    By mario in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 02-20-2006, 01:26 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