+ Reply to Thread
Results 1 to 3 of 3

Data auto fill

  1. #1
    Forum Contributor
    Join Date
    03-15-2012
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2019
    Posts
    327

    Data auto fill

    Hi all:

    Can you help me with the attached sheet.

    Pls have a look at cell "O3"

    It has to be an auto fill. Based on the index name I choose (from drop down) in cell "O2", the stock names should automatically get filled up from column B of the sheet.

    Thanks & Regards,
    Attached Files Attached Files
    Regards,
    Navin Agrawal

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Data auto fill

    try this, copied down...

    =IFERROR(INDEX(OFFSET(INDEX($B$2:$B$180,MATCH($O$2,$A$2:$A$180,0)),,,COUNTIF($A$2:$A$180,$O$2),),ROW(A1)),"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    03-15-2012
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2019
    Posts
    327

    Re: Data auto fill

    Many thanks for your help.... Appreciate it...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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