+ Reply to Thread
Results 1 to 4 of 4

Using IFERROR and UNIQUE to create a summary table

  1. #1
    Registered User
    Join Date
    08-16-2021
    Location
    Bristol
    MS-Off Ver
    Office365
    Posts
    26

    Using IFERROR and UNIQUE to create a summary table

    Good afternoon!

    I am looking for help with a formula that will generate a 'dynamic' table in Excel. I am building a tracker spreadsheet with a tab to collect data on the issuing of tickets, which records the staff member name in Column A and the number of tickets in Column B per instance.

    I also have a dashboard tab, on which I would like a formula to look up the staff name and number of tickets and populate it in a table - this is where 'Staff issuing' and a list of names appears from cell E14. BUT - I can't figure out how to make this total the number of tickets AND make it add a new row automatically if a new member of the team is added to the Master List.

    So far, I have tried using =IFERROR(UNIQUE(FILTER(MasterList!$A$2:$A$279....... to try and achieve this but need help. Any advice would be much appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Using IFERROR and UNIQUE to create a summary table

    With a pivot table. See the attached file.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Using IFERROR and UNIQUE to create a summary table

    in F14 then drag down:

    =IF($E14="","",SUMIF(MasterList!$A:$A,$E14,MasterList!$G:$G))
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Using IFERROR and UNIQUE to create a summary table

    Another option that will spill
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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. create summary table without data
    By Olddognewtrix in forum Excel General
    Replies: 4
    Last Post: 04-06-2021, 01:16 PM
  2. How to get summary table with unique count and sum value using VBA
    By bala04msw in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-19-2021, 03:43 PM
  3. Replies: 2
    Last Post: 04-16-2013, 06:17 AM
  4. Create summary table automatically
    By mateoc15 in forum Excel General
    Replies: 1
    Last Post: 01-11-2012, 11:11 AM
  5. How to create summary table from data using VBA
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-22-2011, 02:57 PM
  6. Excel 2007 : Need help to create a summary table
    By Tidus1224 in forum Excel General
    Replies: 4
    Last Post: 06-27-2009, 04:06 AM
  7. Create Summary from Table
    By karstens in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-07-2007, 06:49 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