+ Reply to Thread
Results 1 to 4 of 4

Helping to fetch data from a sheet to a list view

  1. #1
    Registered User
    Join Date
    06-15-2022
    Location
    Bangladesh
    MS-Off Ver
    MS Office 2021
    Posts
    34

    Arrow Helping to fetch data from a sheet to a list view

    Hi All , Thanks in advance for help, I have to make an excel file automate where I have an report sheet name "test" which I have been attached, in here there have an column Q, where its showing my
    packing total , Its mean if I have 48 size 2 part like A & B it will generate and automate Import Data in sheet "Import Data" for 4 time, if it have pack total 2, It will show this size Qty 2 time in import data sheet, if it pack total 8 time it will show the size total 8 row in import data sheet, and it will continue for the last stage, how to do that, please help on it.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,980

    Re: Helping to fetch data from a sheet to a list view

    As to the size and qty for each box:
    1. Populate column AN on the test sheet using: =IF(ISODD(ROW()),"",SUMPRODUCT(--(ISEVEN(ROW()))*(Q$12:Q12)))
    Note that the above-mentioned column may be moved and/or hidden for aesthetic purposes.
    2. For box no.: Type 1 in the cell then right click the mouse on the fill handle and pull down and up.
    3. Select series > columns > type 78 (the highest value in column AN on the test sheet) into Stop Value
    4. Populate the Size column using: =INDEX(test!S$11:Y$11,MATCH(K2,INDEX(test!S$12:Y$43,AGGREGATE(15,6,(ROW(test!AA$12:AA$43)-ROW(test!AA$11))/(test!AN$12:AN$43>=I2)/(test!AN$12:AN$43<>""),1),)))
    5. Populate the Qty column using: =INDEX(test!AA$12:AA$43,AGGREGATE(15,6,(ROW(test!AA$12:AA$43)-ROW(test!AA$11))/(test!AN$12:AN$43>=I2)/(test!AN$12:AN$43<>""),1))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Registered User
    Join Date
    06-15-2022
    Location
    Bangladesh
    MS-Off Ver
    MS Office 2021
    Posts
    34

    Re: Helping to fetch data from a sheet to a list view

    Thank you very much , it solved my problem, sorry for late

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,980

    Re: Helping to fetch data from a sheet to a list view

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'. I hope that you have a blessed day.

+ 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. Replies: 13
    Last Post: 07-05-2022, 07:31 AM
  2. Fetch data from the next sheet
    By webmax in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-03-2022, 05:40 PM
  3. To fetch data from sheet 2 based on the selections made on sheet 1
    By maryflower in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-24-2017, 03:22 PM
  4. Data Fetch From One Sheet to Another Sheet Based on Check Box
    By Sanjibghosh in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-02-2016, 10:56 AM
  5. macro to loop through data sheet , fetch 8 rows at a time and put in new sheet
    By nyree in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-04-2015, 01:46 AM
  6. Fetch the data from another sheet based on drop down list
    By sreejeshc in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-25-2015, 02: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