Results 1 to 12 of 12

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

Threaded View

hmaletz07 2 sheets, one with data other... 08-01-2019, 03:06 PM
queuesef Re: 2 sheets, one with data... 08-02-2019, 08:19 AM
hmaletz07 Re: 2 sheets, one with data... 08-09-2019, 05:05 PM
JeteMc Re: 2 sheets, one with data... 08-14-2019, 07:06 AM
hmaletz07 Re: 2 sheets, one with data... 08-14-2019, 10:12 AM
AliGW Re: 2 sheets, one with data... 08-14-2019, 10:16 AM
AliGW Re: 2 sheets, one with data... 08-14-2019, 10:24 AM
Pete_UK Re: 2 sheets, one with data... 08-14-2019, 10:28 AM
hmaletz07 Re: 2 sheets, one with data... 08-20-2019, 11:44 AM
Pete_UK Re: 2 sheets, one with data... 08-20-2019, 02:56 PM
hmaletz07 Re: 2 sheets, one with data... 08-20-2019, 03:16 PM
JeteMc Re: 2 sheets, one with data... 08-20-2019, 04:38 PM
  1. #12
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,862

    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

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