Results 1 to 5 of 5

dynamic list using offset and indirect

Threaded View

  1. #5
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,933

    Re: dynamic list using offset and indirect

    Create three dynamic names:
    1. AshTable:
    Formula: copy to clipboard
     =OFFSET(Sheet1!$C$1,1,0,COUNT(Sheet1!$B:$B)+1,5)

    2. GATable:
    Formula: copy to clipboard
    =OFFSET(Sheet1!$H$1,1,0,COUNT(Sheet1!$C:$C)+1,5)

    3. SolidsTable
    Formula: copy to clipboard
    =OFFSET(Sheet1!$M$1,1,0,COUNT(Sheet1!$C:$C)+1,5)

    In your summary/report table use:
    =HLOOKUP($S$3,AshTable,ROW()-1,FALSE)
    =HLOOKUP($S$3,GATable,ROW()-1,FALSE)
    =HLOOKUP($S$3,SolidsTable,ROW()-1,FALSE)
    I deleted your named range "test"
    I deleted row one
    I unmerged cells
    Attached Files Attached Files
    Ben Van Johnson

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