Consulting

Results 1 to 6 of 6

Thread: Solved: Offset List Help

  1. #1
    VBAX Tutor CCkfm2000's Avatar
    Joined
    May 2005
    Posts
    209
    Location

    Solved: Offset List Help

    hi all..

    need help with the following

    name defined "Grabdata"

    [vba]=OFFSET(Data1!$B$1,MATCH(TEXT(Main!$B$15,"#"),Data1!$A$2:$B$65536,0),0,COUN TIF(Data1!$A:$A,Main!$B$15),4)[/vba]

    formula within worksheet

    [vba]=IF(ISERROR(INDEX(grabdata,ROW()-16,2)),"",INDEX(grabdata,ROW()-16,2))[/vba]

    the spreadsheet was to big to post so i've had to cut most of the data out.

    i've attached a copy of my spreadsheet


    regards to all....

    cckfm2000

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Explain in words how the dynamic range is arrived at, that formula makes no sense.

  3. #3
    VBAX Tutor CCkfm2000's Avatar
    Joined
    May 2005
    Posts
    209
    Location
    thanks for replying back, I found the above formula on the net and modified it.

    the user will enter an order number in cell B14.
    B15 looks up the order number in sheet Data1.
    B16 looks up the order number in sheet Data4.

    I need cell B20 to B30 I need to get all the data from column B in sheet Data4

  4. #4
    VBAX Tutor CCkfm2000's Avatar
    Joined
    May 2005
    Posts
    209
    Location

    apart from autofilter & advance filter

    ok lets try this!


    apart from autofilter & advance filter is there anyway of get data from a list?


    i've attached an example sheet for advice.

    2 sheets

    1. Get List
    2. Data list

    thanks

  5. #5
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    .

  6. #6
    VBAX Tutor CCkfm2000's Avatar
    Joined
    May 2005
    Posts
    209
    Location
    thanks xld

    will look this next week after weekend holiday here in the uk.

    thanks again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •