+ Reply to Thread
Results 1 to 4 of 4

Im trying to create a function to fill out the table on the right without having to first

  1. #1
    Registered User
    Join Date
    10-18-2021
    Location
    London, England
    MS-Off Ver
    16.40
    Posts
    1

    Im trying to create a function to fill out the table on the right without having to first

    I have attached a photo of the problem
    Attached Images Attached Images

  2. #2
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,905

    Re: Im trying to create a function to fill out the table on the right without having to fi

    Hi, welcome,
    Read your post and then see if YOU understand it.
    Then try posting again
    ---
    Hans
    "IT" Always crosses your path!
    May the (vba) code be with you... if it isn't; start debugging!
    If you like my answer, Click the * below to say thank-you

  3. #3
    Forum Expert
    Join Date
    01-25-2011
    Location
    Belgium, Alveringem
    MS-Off Ver
    Excel 2003, 2007, 365
    Posts
    1,418

    Re: Im trying to create a function to fill out the table on the right without having to fi

    Please Login or Register  to view this content.
    modify the ranges
    Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,211

    Re: Im trying to create a function to fill out the table on the right without having to fi

    Firstly welcome!!

    If you attached a spreadsheet, even if the values were static, it would be easier to write formulas for you as the ranges would coincide
    =INDEX($B$3:$B$26,MATCH(MAX(C$3:C$26),C$3:C$26,0)) can be replace if we know the cell containing the maximum you have already calculated
    =INDEX($B$3:$B$26,MATCH(cell with maximum in,C$3:C$26,0))

    Then if needed
    =INDEX($B$3:$B$26,MATCH(MAX(C$3:C$26),offset($b$3,0,row(a1),24,1)0)) to move a column to the right each row you go 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. auto fill and create table based on two cells
    By Alaa-A in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-10-2021, 05:57 AM
  2. Create and fill table with data with button
    By Rodokanator in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-26-2020, 04:58 PM
  3. How do I create a table which will auto fill if the criteria are met ?
    By Darksiedluv in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-14-2019, 02:38 AM
  4. Fill arrays from sheet / SUMIFS / create & fill table based on multiple criteria
    By Dimitris254 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-03-2016, 09:43 AM
  5. Create or fill a table, without VBA Macro ?
    By KomicJ in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-19-2016, 01:16 PM
  6. Create a auto fill table with unlimited length
    By smahler in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 09-03-2014, 03:07 PM
  7. create a button that automatically fill a table from a dataset
    By netha in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-25-2013, 01:09 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