+ Reply to Thread
Results 1 to 12 of 12

2 sheets, one with data other creates multiple "invoices"

Hybrid View

  1. #1
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2508
    Posts
    19,635

    Re: 2 sheets, one with data other creates multiple "invoices"

    I believe that this proposal is based on a similar concept to that which Pete_UK suggests.
    It appears that someone has put together a concatenated list of client names in column S of the Main sheet.
    Using that list put data validation in cell B1 on the Invoice sheet.
    1. Produce a named range (Lst_Clients) with a Refers To of: =OFFSET(Main!$S$10,1,0,SUMPRODUCT(--(Main!$A$11:$A$61<>"")),1)
    2. The Refers To of the data validation list is: =Lst_Clients
    Many of the other cells in the invoice could then be populated using formulas similar to: =INDEX(Main!C$11:C$30,MATCH(B1,Main!$S$11:$S$61,0))
    A few cells could be populated based on cells that are already populated, as opposed to getting values from the Main sheet.
    For example populate the Total Hours Billed using: =SUM(B10:B14)
    After that cells A1:G18 are selected and copied (Ctrl + c)
    Select cell A19 and paste (Ctrl + v) etc.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Replies: 2
    Last Post: 07-24-2017, 02:19 AM
  2. Replies: 2
    Last Post: 07-15-2016, 10:04 AM
  3. Replies: 1
    Last Post: 03-09-2016, 12:17 PM
  4. Replies: 2
    Last Post: 06-06-2013, 12:45 PM
  5. [SOLVED] Need Macro to compile data from "Weekly" sheets and sum up into "Monthly" summary sheet
    By mo4391 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-21-2013, 07:25 PM
  6. Enter Data on "Main" or "Input" Sheet and Copy to One of Many Other Sheets
    By timothy_no7 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-21-2012, 07:29 PM
  7. Replies: 5
    Last Post: 03-22-2006, 01:30 PM

Tags for this Thread

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