+ Reply to Thread
Results 1 to 9 of 9

Show certain detailed data from other sheet

  1. #1
    Registered User
    Join Date
    01-27-2015
    Location
    Malaysia
    MS-Off Ver
    2010
    Posts
    13

    Show certain detailed data from other sheet

    HI,
    I'm seeking help on this pulling data formula.

    I want to try two type of method to pull the data from other sheet where the data will be updated monthly.

    I have 3 worksheet which named as following:

    "Data" - This is the worksheet where will keep on updating data by monthly

    "summary by state" - this is where the data will be shown base on the state selection

    "summary by all state" - The data will be automatically pull from "Data"

    If you take a look at the attached file, you may get what I'm try to explain.

    Thanks for help.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,423

    Re: Show certain detailed data from other sheet

    Take a look at the attached file - it does what you asked for. As you add more data, you must ensure that the formula in column K of the Data sheet is copied down beyond the amount of data that you have (as shown by the hyphens). All other aspects are automatic, but you must also ensure that the formulae on the other sheets are copied down beyond the amount of data that you expect.

    Hope this helps.

    Pete
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    01-27-2015
    Location
    Malaysia
    MS-Off Ver
    2010
    Posts
    13

    Re: Show certain detailed data from other sheet

    Quote Originally Posted by Pete_UK View Post
    Take a look at the attached file - it does what you asked for. As you add more data, you must ensure that the formula in column K of the Data sheet is copied down beyond the amount of data that you have (as shown by the hyphens). All other aspects are automatic, but you must also ensure that the formulae on the other sheets are copied down beyond the amount of data that you expect.

    Hope this helps.

    Pete
    Thanks Pete

    It is amazing. It also automatically sorted by follow the state.
    Currently we only apply 1 selection - "State".
    Is there possible we have two selection - "State" & "Channel" ?
    But can we make it sorted by Customer Name & State also?
    If possible, the "State" selection beside select the state name, it also can allow us to select "ALL State" which is show all the data.

    Thank you

  4. #4
    Registered User
    Join Date
    01-27-2015
    Location
    Malaysia
    MS-Off Ver
    2010
    Posts
    13

    Re: Show certain detailed data from other sheet

    Quote Originally Posted by Pete_UK View Post
    Take a look at the attached file - it does what you asked for. As you add more data, you must ensure that the formula in column K of the Data sheet is copied down beyond the amount of data that you have (as shown by the hyphens). All other aspects are automatic, but you must also ensure that the formulae on the other sheets are copied down beyond the amount of data that you expect.

    Hope this helps.

    Pete
    Thanks Pete

    It is amazing. It also automatically sorted by follow the state.
    Currently we only apply 1 selection - "State".
    Is there possible we have two selection - "State" & "Channel" ?
    But can we make it sorted by Customer Name & State also?
    If possible, the "State" selection beside select the state name, it also can allow us to select "ALL State" which is show all the data.

    Thank you

  5. #5
    Registered User
    Join Date
    01-27-2015
    Location
    Malaysia
    MS-Off Ver
    2010
    Posts
    13

    Re: Show certain detailed data from other sheet

    i still studying the formula.

    =IF(ROWS($L$1:$L11)>MAX(Data!Q:Q),"",MATCH(MATCH(ROWS($L$1:$L11)-1,Data!Q$2:Q$8)&"_"&ROWS($L$1:$L11)-INDEX(Data!Q$2:Q$8,MATCH(ROWS($L$1:$L11)-1,Data!Q$2:Q$8)),Data!K:K,0))

    Could you explain how to read this formula??

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,423

    Re: Show certain detailed data from other sheet

    It's not always easy to change a working solution to suit new requirements. It would take quite some time to do so in this case, and I don't have that time free at the moment. I have changed the drop-down to allow you to select All States, though I'm not sure why you want to do this as you have the same thing in the other sheet.

    Hope this helps.

    Pete
    Attached Files Attached Files

  7. #7
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,664

    Re: Show certain detailed data from other sheet

    A pivot table will also work.
    Attached Files Attached Files
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  8. #8
    Registered User
    Join Date
    01-27-2015
    Location
    Malaysia
    MS-Off Ver
    2010
    Posts
    13

    Re: Show certain detailed data from other sheet

    Quote Originally Posted by Pete_UK View Post
    It's not always easy to change a working solution to suit new requirements. It would take quite some time to do so in this case, and I don't have that time free at the moment. I have changed the drop-down to allow you to select All States, though I'm not sure why you want to do this as you have the same thing in the other sheet.

    Hope this helps.

    Pete
    Thanks again Pete.
    I try to understand the formula but fail. Thats why i wonder is it if make in same sheet with create "ALL State" option, would it be more easier.

    =IF(ROWS($L$1:$L11)>MAX(Data!Q:Q),"",MATCH(MATCH(ROWS($L$1:$L11)-1,Data!Q$2:Q$8)&"_"&ROWS($L$1:$L11)-INDEX(Data!Q$2:Q$8,MATCH(ROWS($L$1:$L11)-1,Data!Q$2:Q$8)),Data!K:K,0))

    But if you could explain how to understand the formula, it would help me a lot cause yours formula really amazing.

    Thank you

  9. #9
    Registered User
    Join Date
    01-27-2015
    Location
    Malaysia
    MS-Off Ver
    2010
    Posts
    13

    Re: Show certain detailed data from other sheet

    Quote Originally Posted by popipipo View Post
    A pivot table will also work.
    Thanks popipipo

    We have thought of that before but we might need to create link so if use formula is much easier.

+ 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. [SOLVED] Detailed set of formulas based on imput from one sheet 1 and data from another
    By mikerules in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 05-18-2014, 12:37 PM
  2. [SOLVED] Addition of a detailed save button to a sheet
    By cadamhill in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-22-2012, 10:28 PM
  3. Replies: 1
    Last Post: 01-10-2010, 06:35 AM
  4. Pulling detailed data from one sheet to another
    By avidcat in forum Excel General
    Replies: 10
    Last Post: 06-18-2009, 04:01 PM
  5. Find Match in another WB and return detailed sheet
    By GregR in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 05-16-2006, 02:35 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