+ Reply to Thread
Results 1 to 4 of 4

Copy from one sheet to other - only listed data

  1. #1
    Registered User
    Join Date
    02-19-2009
    Location
    Saint Paul, MN
    MS-Off Ver
    Excel 2003
    Posts
    3

    Copy from one sheet to other - only listed data

    Perhaps not a good title but I'm not sure how to phrase it. I'm a rookie Excel user as you'll tell.

    This report will be used to total the number of tickets to our service desk.

    I have a sheet with the below columns subtotaled:
    Category - Subcategory - Problem - Product - Resolution Analysis Code - Root Cause Breakdown

    There are 5 categories, about 28 subcategories, tons of problems, even more products and about 28 RAC's.

    The way I have them totaled now is using the below lookup:
    =VLOOKUP("HARDWARE COUNT",EITS_CAT_Count,2,FALSE)

    HARDWARE COUNT - Hardware is one of the categories - EITS_CAT_Count is the defined name on the "Counts" sheet that is subtotaled.

    So, for each category (and every other column) I have listed the categories (Hardware, Software, Telcom etc.) and then a VLOOKUP to list the total number.

    The list is going to be very, very long with most of the totals being #N/A since a lot of them aren't listed. I'm wondering how I can only list values that are present in the corresponding "Counts" Sheet?

    ***in the attachment I've removed the subtotals - in the real one I subtotal each column***

    Any help will be appreciated.
    Attached Files Attached Files
    Last edited by EggHarbor1; 02-20-2009 at 12:58 PM. Reason: Name isn't correct after looking at other posts...

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Only show listed subtotals?

    Try the following in B3 as an example and then copy down

    Please Login or Register  to view this content.
    The ISNA function checks if the argument gives a #N/A value and gives an empty string "" if true. Otherwise you get the value given by the VLOOKUP function.

    I've also made use of the UPPER function and concatenation character & to give a generic lookup criteria.

    Hope this helps.
    Martin

  3. #3
    Registered User
    Join Date
    02-19-2009
    Location
    Saint Paul, MN
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Only show listed subtotals?

    I uploaded a revised attachment that is accurate and shows what I would like to see.

    I would like this to go to the "Counts" sheet and populate the Category (Hardware) in one column and the total (1) in the next column. So, in the attached case, for the totals sheet i

    Maybe I didn't put your formula in properly.

    I appreciate the help.
    Last edited by EggHarbor1; 02-19-2009 at 07:19 PM.

  4. #4
    Registered User
    Join Date
    02-19-2009
    Location
    Saint Paul, MN
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Copy from one sheet to other - only listed data

    Edit - Changed name of post to more reflect the problem after reading more posts by people.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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