+ Reply to Thread
Results 1 to 5 of 5

build an invoice

Hybrid View

  1. #1
    Registered User
    Join Date
    05-08-2012
    Location
    Buffalo ny
    MS-Off Ver
    Excel 2007
    Posts
    6

    build an invoice

    I need to build a spreadsheet with data that I will build an invoice from. Each invoice will have an “items purchased” section where we need to display all of the different items that the particular customer bought - line by line. I don’t want to add a column for each item that we sell because there would be too many columns. Please help.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: build an invoice

    Hi Rick, welcome to the forum.

    I would suggest building the workbook yourself, and then posting specific questions for which you need assistance. Without providing a basic template where you're going to be storing data and how you want to work with it, providing functions or macros (or advice) will be difficult. Even if you can put the data in manually, and show where you want specific things calculated or moved (and why), it would be a start.

    You may even find out that pre-built software may be easier than re-creating the wheel. (Thinking along the lines of Quickbooks/Quicken, etc.)

    And there is always using Google to search the web for Excel templates that other people have already built to do invoicing, inventory, billing, etc.

  3. #3
    Registered User
    Join Date
    05-08-2012
    Location
    Buffalo ny
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: build an invoice

    Paul,

    I can attach the sample workbook but "Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window" doesn't show up anywhere.

  4. #4
    Registered User
    Join Date
    05-08-2012
    Location
    Buffalo ny
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: build an invoice

    I believe the file is attached now
    Attached Files Attached Files

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,817

    Re: build an invoice

    Perhaps this will be of help.
    On sheet 2 cell A2 contains a drop down linked to the filtered list of customer names in column S on sheet 1.
    Cells B2:B20 are populated using the array entered formula*:
    Formula: copy to clipboard
    =IFERROR(INDEX(Sheet1!H$2:H$44,SMALL(IF(Sheet1!B$2:B$44=A$2,ROW($2:$44)-1),ROW(1:1))),"")

    *Array entered formulas are confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
    Note: file is being returned as an .xlsx because your profile says that you have the 2007 version of Excel.
    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)

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