+ Reply to Thread
Results 1 to 7 of 7

How to create a dynamic unique list from multiple sheets/column?

  1. #1
    Registered User
    Join Date
    02-20-2021
    Location
    US
    MS-Off Ver
    2019
    Posts
    54

    How to create a dynamic unique list from multiple sheets/column?

    Hi Experts,

    I have an excel problem which is the yearly report. And I have 1 excel file of each month report, and I want to combine those file into once summary report. I cannot consolidate/merge the files since every single months I have different items description.

    However, I make an excel problem as in attached which I want to create a unique list in the summary report.

    I hope the formula can used in office 2019 as I don't have office 365

    Thank you!

    Happy New Year!
    Attached Files Attached Files

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,957

    Re: How to create a dynamic unique list from multiple sheets/column?

    You sir, are suffering from what I dub "Human Resources Excel Spreadsheet Disease." The typical HR setup is one spreadsheet per year, with 12 tabs, one for each month and anywhere from 28 to 31 columns going across each spreadsheet depending on the month and employee information going down the rows on each sheet.

    HRESD (HR Excel Spreadsheet Disease) is characterized by doing data entry in the format of what you want the final report to look like.

    The trick is to do data entry in normalized format. You can fill in the data in normalized format as it happens and you do not have to add data for items not sold, made or whatever. Normalized data is a LOT easier to work with using pivot tables and formulas ESPECIALLY if you use Excel Tables.

    The attached workbook shows data in normalized format and a pivot table that does what you are trying to do. Enter in the daily sales in the table. You can have multiple entries per day like on 2/5 and 2/17.

    The beauty of normalized data is the report still work as data is entered. so when you move onto May, it will show up in the pivot table.
    Attached Files Attached Files
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

  3. #3
    Registered User
    Join Date
    02-20-2021
    Location
    US
    MS-Off Ver
    2019
    Posts
    54

    Re: How to create a dynamic unique list from multiple sheets/column?

    Quote Originally Posted by dflak View Post
    You sir, are suffering from what I dub "Human Resources Excel Spreadsheet Disease." The typical HR setup is one spreadsheet per year, with 12 tabs, one for each month and anywhere from 28 to 31 columns going across each spreadsheet depending on the month and employee information going down the rows on each sheet.

    HRESD (HR Excel Spreadsheet Disease) is characterized by doing data entry in the format of what you want the final report to look like.

    The trick is to do data entry in normalized format. You can fill in the data in normalized format as it happens and you do not have to add data for items not sold, made or whatever. Normalized data is a LOT easier to work with using pivot tables and formulas ESPECIALLY if you use Excel Tables.

    The attached workbook shows data in normalized format and a pivot table that does what you are trying to do. Enter in the daily sales in the table. You can have multiple entries per day like on 2/5 and 2/17.

    The beauty of normalized data is the report still work as data is entered. so when you move onto May, it will show up in the pivot table.
    Hello Sir,

    Thank you for your help.
    I understand about combining the data and use the pivotable. However, I want to know if there is any formula to get it done such as FILTER, UNIQUE/VSTACK like this....

    Again, thank you Sir

  4. #4
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,466

    Re: How to create a dynamic unique list from multiple sheets/column?

    FILTER, UNIQUE and VSTACK in not available in Excel 2019.

  5. #5
    Registered User
    Join Date
    02-20-2021
    Location
    US
    MS-Off Ver
    2019
    Posts
    54

    Re: How to create a dynamic unique list from multiple sheets/column?

    Hi Everyone,

    I already found the solution as follows:

    =IFERROR(IFERROR(IFERROR(INDEX(Table3[Items],MATCH(0,COUNTIF($B$3:B3,Table3[Items])+(Table3[Items]=""),0)),INDEX(Table2[Items],MATCH(0,COUNTIF($B$3:B3,Table2[Items])+(Table2[Items]=""),0))),INDEX(Table4[Items],MATCH(0,COUNTIF($B$3:B3,Table4[Items])+(Table4[Items]=""),0))),"")

    Thank you!

  6. #6
    Registered User
    Join Date
    02-20-2021
    Location
    US
    MS-Off Ver
    2019
    Posts
    54

    Re: How to create a dynamic unique list from multiple sheets/column?

    Quote Originally Posted by HansDouwe View Post
    FILTER, UNIQUE and VSTACK in not available in Excel 2019.
    Hi Han,

    Yes sir, I found solution. However, I would highly appreciate if you can share solution for office 2021 as well.

    Thank you!

  7. #7
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,466

    Re: How to create a dynamic unique list from multiple sheets/column?

    VSTACK isn't available in Excel 2021 either.

    Here is an Excel 365 solution: Please try (no copy down needed):
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

+ 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] create unique list from multiple column
    By mazan2010 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-20-2022, 07:03 AM
  2. [SOLVED] VBA to create multiple sheets with value from a list of column
    By sumonrezadu in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-25-2020, 06:39 AM
  3. [SOLVED] Create unique list from multiple sheets
    By Excelski in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-13-2019, 01:54 PM
  4. create multi-column list from multiple sheets
    By Petros Georgilas in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-18-2015, 04:51 PM
  5. Replies: 3
    Last Post: 07-08-2014, 03:10 PM
  6. Create unique list from multiple sheets with variable
    By The Phil in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-18-2012, 07:14 PM
  7. List all unique values from multiple sheets in specified column
    By whitelockben in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-24-2011, 01:20 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