+ Reply to Thread
Results 1 to 6 of 6

importing headings from one sheet to another

  1. #1
    Registered User
    Join Date
    01-04-2012
    Location
    Preston, England
    MS-Off Ver
    Excel 2010
    Posts
    49

    importing headings from one sheet to another

    I have attached the spreadsheet i am working on currently. To enhance it i want to create another sheet which will imprt the names of the customers and total them as i have done for the job. However the jobs is a set list so input the fields myself where, the customer list will be forever expanding so i would like it to import the names in automatically when they are added. Any help with this would be great.

    Im working in excel 2002 at the moment but am upgrading to excel 2010 by the end of the week if that makes any difference to the solution
    Attached Files Attached Files

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: importing headings from one sheet to another

    Your question is not very clear. Can you please try and explain again using your attached file?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    01-04-2012
    Location
    Preston, England
    MS-Off Ver
    Excel 2010
    Posts
    49

    Re: importing headings from one sheet to another

    sorry about being unclear ill try again.

    I have uploaded another version of the spreadsheet. All i want to do is add a customer onto the time sheet in coloumn C, then if this is not all ready in the customer list on the customer total page, i would like it to be added automatically.

    Hope that is a little clearer
    Attached Files Attached Files

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: importing headings from one sheet to another

    Hi

    One way to do this, is using IF & COUNTIF functions and then use Auto Filter, to get your results, in column A(Customer Total_Sheet). Then in column B, use SUMIF, to get the Total hours/per name.

    A>>> =IF(COUNTIF('Time Sheet'!$C2:$C$19;'Time Sheet'!C2)=1;'Time Sheet'!C2;"")

    B>>> =IF(A2="";"";SUMIF('Time Sheet'!$C$2:$C$19;A2;'Time Sheet'!$B$2:$B$19))

    Hope to helps you.
    Attached Files Attached Files
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  5. #5
    Registered User
    Join Date
    01-04-2012
    Location
    Preston, England
    MS-Off Ver
    Excel 2010
    Posts
    49

    Re: importing headings from one sheet to another

    thanks thats great ill ust create a macro to use the filter so it resets itself

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: importing headings from one sheet to another

    You are welcome!

    Also thanks for the reb*

+ 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