+ Reply to Thread
Results 1 to 6 of 6

summarizing data without a pivot table?

Hybrid View

  1. #1
    Registered User
    Join Date
    07-09-2007
    Location
    Houston
    MS-Off Ver
    2016
    Posts
    60

    summarizing data without a pivot table?

    I am trying to summarize data as if I where to run a pivot table on it but I need to make it all automated so that my field guys can handle it. In other words no pivot tables! What I am trying to do is summarize a list of names from one tab to make it to where each name only appears once.

    So if I have:
    John
    Jason
    Ed
    Mike
    Mike
    Mike
    Jason
    Jason
    John
    Ed
    Mike

    I would just get
    John
    Jason
    Ed
    Mike

    I am sure it would be an index function of some sort but not sure how to get it to work. Thank you in advance for your help.

    JZ
    Last edited by txbullets; 04-29-2008 at 06:18 PM. Reason: expanded title

  2. #2
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211
    Have you try Advanced Filter?

  3. #3
    Registered User
    Join Date
    07-09-2007
    Location
    Houston
    MS-Off Ver
    2016
    Posts
    60
    I have never used advanced filters but I think I need it to be an actuall function if possible. I don't want them to have to do anything other than enter a limited amount of data on one tab. Then on the other it will automaticaly be summarized on the report.

  4. #4
    Registered User
    Join Date
    07-09-2007
    Location
    Houston
    MS-Off Ver
    2016
    Posts
    60
    OK I have read up on the advaced filter and I can not get it to work. What would the criteria be? At first I thought I could use it for everything but soon realized I don't think I can.

    Let me give a bit more detail on what I am trying to do. We have an expense report that employees turn in. It has travel cost, entertainment cost, hotels, ect across the top along with a column for location to be charged to. it is possible for one person to have expenses charged to several locations several different days. rather than sum them up here manualy for every employee we are trying to create a worksheet where the employee enters all of their expenses and then on an expense sheet it is summed up by location by type. If I can get the list of locations in to the report I think I can run a sumproduct from there and get the rest.

  5. #5
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211
    Quote Originally Posted by txbullets
    OK I have read up on the advaced filter and I can not get it to work. What would the criteria be? At first I thought I could use it for everything but soon realized I don't think I can.

    Let me give a bit more detail on what I am trying to do. We have an expense report that employees turn in. It has travel cost, entertainment cost, hotels, ect across the top along with a column for location to be charged to. it is possible for one person to have expenses charged to several locations several different days. rather than sum them up here manualy for every employee we are trying to create a worksheet where the employee enters all of their expenses and then on an expense sheet it is summed up by location by type. If I can get the list of locations in to the report I think I can run a sumproduct from there and get the rest.
    Rng is a defined name range

    =IF(ISERR(SMALL(IF(MATCH(Rng,Rng,0)=ROW(INDIRECT("1:"&ROWS(Rng))),MATCH(Rng,Rng,0)),ROWS($1:1))),"",INDEX(Rng,SMALL(IF(MATCH(Rng,Rng,0)=ROW(INDIRECT("1:"&ROWS(Rng))),MATCH(Rng,Rng,0)),ROWS($1:1))))

    ctrl+shift+enter, not just enter
    copy down as far as needed

  6. #6
    Registered User
    Join Date
    07-09-2007
    Location
    Houston
    MS-Off Ver
    2016
    Posts
    60
    that worked great thank you

+ 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