+ Reply to Thread
Results 1 to 2 of 2

Prepare an Invoice.

  1. #1
    Registered User
    Join Date
    05-19-2010
    Location
    Dhaka, Bangladesh
    MS-Off Ver
    Excel 2003
    Posts
    59

    Prepare an Invoice.

    Good Morning! I have a small boutique shop. More than 100 types of dresses are being produced. I want to make my Invoice through ‘Excel’. I’ll entry all types of dresses at cell k5 to m5 (code#, description & price per piece). I made a sample cash memo which is attached. Please refer cell d21 where I write program. But so far I know I can’t write 100s of items in the program. Besides I want the invoiced amount in text. Anybody there who can help me.
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,936

    Re: Prepare an Invoice.

    Try this in D21:

    =INDEX(L$1:L$200,MATCH(C21,K$1:K$200,0))

    and this in H21:

    =INDEX(M$1:M$200,MATCH(C21,K$2:K$200,0))

    Then copy down.

+ 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. Print Invoice by pulling info from database by selecting Invoice Number
    By Swapnil Panchal in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-12-2014, 11:21 AM
  2. Saving Invoice where next time I open file the Invoice Number increases by 1
    By domgee in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-22-2013, 03:03 PM
  3. Replies: 4
    Last Post: 11-04-2012, 12:43 PM
  4. Replies: 5
    Last Post: 01-02-2011, 11:06 PM
  5. [SOLVED] Invoice templet Excel97 to 2003 invoice toolbar missing
    By MarolynInMarion in forum Excel General
    Replies: 0
    Last Post: 08-19-2005, 03:05 PM

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