Results 1 to 6 of 6

Combining lists on different sheets into one list on a different sheet

Threaded View

jpayne@ET Combining lists on different... 06-26-2008, 07:30 PM
davesexcel Maybe you are referring to a... 06-26-2008, 07:44 PM
jpayne@ET Thanks, but still not sure 06-26-2008, 07:56 PM
davesexcel Hi Jay, It has to be from... 06-26-2008, 08:07 PM
jpayne@ET Strange links... 06-27-2008, 02:31 PM
jzamora HOw to instructions. 06-27-2008, 04:08 PM
  1. #1
    Registered User
    Join Date
    06-26-2008
    Location
    Indianapolis, Indiana
    Posts
    3

    Combining lists on different sheets into one list on a different sheet

    Hey guys,
    New here, and I like what I have seen so far as responses go. Very helpful.

    Anyway here is my deal. I am making a workbook that has different sheets for each worker, in which they fill out time spent on various projects.

    On another sheet, I want it to list all of the lists together.

    For example:
    The sheet "Tammy" has 5 things listed. The sheet "Monty" has 8 things listed.
    I want the total sheet to list the 5 things Tammy did, and then when it finds nothing more, to start listing what Monty has. Obviously it would need to be flexible to grow as both Tammy and Monty enter more information. And also, there are more people contributing than just the 2 sheets for Monty and Tammy.

    I have it listing the stuff Tammy has done, and if it finds nothing it lists what Monty has done, but only in the same cell row. So, right now it is listing the 5 things Tammy has done and then listing the last 3 things that Monty has done, which is close.

    I feel I am close, but can't quite get it.

    Here is my current formula:
    =IF(Tammy!A3="",IF(Monty!A3=""," ",Monty!A3),Tammy!A3)

    I have tried different modifications, which fail horribly, so this is as close as I have gotten.

    Thank you!

    -Jay

    PS: I am working in Excel 2007, but I need it to be compatible with the previous versions.
    Last edited by jpayne@ET; 06-26-2008 at 07:33 PM.

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