+ Reply to Thread
Results 1 to 2 of 2

Invoice Summary Sheet

  1. #1
    Registered User
    Join Date
    08-24-2011
    Location
    East Anglia, England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Invoice Summary Sheet

    I need help with a formula for an invoice summary sheet. The sheet needs to show the amount paid on each type of invoice (eg 1000, 2000 et cetera.) and also needs to be dependant to the date. I have this already:

    =SUMIF('Itemized Expenses'!$A$2:$A$103,7000,'Itemized Expenses'!$E$2:$E$103)-SUMIF('Itemized Expenses'!$B$2:$B$103,"<=01/08/11",'Itemized Expenses'!$E$2:$E$103)

    Changing the dates and invoice number works to an extent but as I started to input values the formula began to give values in brackets unrelated to the first few values inputed.

    Cell C18 shows a value of 200 while cell C8 shows a value of 80 (two separate invoices) but all of row 18 shows the value as (80), row 8 shows all values as (200) and every cell not on row 8, row 18 column 8 or column 18 shows (280).

    I'm fried on this so please help.
    Last edited by HobbsO; 08-24-2011 at 11:05 AM.

  2. #2
    Registered User
    Join Date
    08-24-2011
    Location
    East Anglia, England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Invoice Summary Sheet

    Never mind I fixed it. I needed to use SUMIFS and use two separate dates. The formula looks like this now:

    =SUMIFS('Itemized Expenses'!$E$2:$E$103,'Itemized Expenses'!$A$2:$A$103,1000,'Itemized Expenses'!$B$2:$B$103,">=01/08/11")-SUMIFS('Itemized Expenses'!$E$2:$E$103,'Itemized Expenses'!$A$2:$A$103,1000,'Itemized Expenses'!$B$2:$B$103,">=01/09/11")


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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