+ Reply to Thread
Results 1 to 9 of 9

How do I list invoices marked not paid on another sheet

  1. #1
    Registered User
    Join Date
    03-06-2011
    Location
    Cleveland, Ohio USA
    MS-Off Ver
    Excel 2003
    Posts
    30

    How do I list invoices marked not paid on another sheet

    On Sheet1(Labled Income) I have invoices set-up as follows:

    Colums:
    A Dates B Invoice#s C Amounts D Paid-Y/N E Customer Names

    On Sheet3 (Labled Oustanding Customers) I want to list all invoices from "Income" that are marked "no" on the D Colum. can anyone help me out please!

    For example if my Invoiced read as follows on Sheet1 (Labled Income):

    Date Invoice# Amount Paid-Y/N Customer Name
    3/22/2011 1000 30.00 yes aaa
    3/23/2011 1001 50.00 no bbb

    I want to list the following on Sheet3 (Labled Outstanding Costumers:

    3/23/2011 1001 50.00 bbb
    Please Help!
    Last edited by jpeirano; 03-12-2011 at 12:24 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How do I list invoices marked not paid on another sheet

    This can be done with a macro, or with a lot of not-too-hard formulas. Do you have a preference?

    With VBA you would be able to do anything you wanted on the "report" sheet because each time you you "updated" the report it would paste in clean fresh values.

    With formulas you really wouldn't be able to do anything on the report except read it since all the cells would have formulas bringing over the values from the main sheet in real time.

    Post up your sample workbook and the answer the question above and we can offer you some help.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    03-06-2011
    Location
    Cleveland, Ohio USA
    MS-Off Ver
    Excel 2003
    Posts
    30

    Re: How do I list invoices marked not paid on another sheet

    Quote Originally Posted by JBeaucaire View Post
    This can be done with a macro, or with a lot of not-too-hard formulas. Do you have a preference?

    With VBA you would be able to do anything you wanted on the "report" sheet because each time you you "updated" the report it would paste in clean fresh values.

    With formulas you really wouldn't be able to do anything on the report except read it since all the cells would have formulas bringing over the values from the main sheet in real time.

    Post up your sample workbook and the answer the question above and we can offer you some help.
    Attatched, Please find my sample workbook.
    Regarding your question; No preferance, whatever you think is best!

    I inted to have a diferent workbook for each year, in this format will I be able to copy the workbook and its formulas without the data to start a new for the next year?

    The only Sheets I started placing data in is the Income, and the Income report for programing formulas; In the Outstanding Accounts sheet I started placing colums but if I need to take these out let me know.
    Attached Files Attached Files
    Last edited by jpeirano; 03-11-2011 at 01:18 PM.

  4. #4
    Registered User
    Join Date
    03-06-2011
    Location
    Cleveland, Ohio USA
    MS-Off Ver
    Excel 2003
    Posts
    30

    Re: How do I list invoices marked not paid on another sheet

    I am new at Excel, so perhaps I am going about it the wrong way, not knowing Excel's capabilities, and not being familiar with formulas.

    Simply what I want to do is, log my income with invoice info., log my expences, and be able to produce yearly income and expence reports for the tax man. Also would like to keep track of who has not paid.

    Let me know if you have a better idea, maybe I dont have to have seperate workbooks for each year, maybe I can produce yearly reports from the same book ???

  5. #5
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: How do I list invoices marked not paid on another sheet

    You don't need all those dates that aren't used. All the data should be maintained on one worksheet, then use PivotTables to summarise the data

    You need to read up on PivotTables, a good idea would be the List feature in Excel 2003

    This is just a very quick example, I have used the PivotTable Group feature to group your data by Months
    Attached Files Attached Files
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  6. #6
    Registered User
    Join Date
    03-06-2011
    Location
    Cleveland, Ohio USA
    MS-Off Ver
    Excel 2003
    Posts
    30

    Re: How do I list invoices marked not paid on another sheet

    Quote Originally Posted by royUK View Post
    You don't need all those dates that aren't used. All the data should be maintained on one worksheet, then use PivotTables to summarise the data

    You need to read up on PivotTables, a good idea would be the List feature in Excel 2003

    This is just a very quick example, I have used the PivotTable Group feature to group your data by Months
    Thank you for your exanple of pivot table Nice!
    what I need thow is not yes or no sums grouped my month, but a list of just the ones marked no, listing Date, Invoice#, Amount, and Customer Name, so I know who din't pay.

    I have the version of Excel that came with office 2000. I tried to make pivot report but says colums must have headings???

    (P.S.) I had all those dates because I was testing my formulas.
    Last edited by jpeirano; 03-11-2011 at 06:27 PM.

  7. #7
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: How do I list invoices marked not paid on another sheet

    Just experiment with the PivotTable until you get the results that you want

  8. #8
    Registered User
    Join Date
    03-06-2011
    Location
    Cleveland, Ohio USA
    MS-Off Ver
    Excel 2003
    Posts
    30

    Re: How do I list invoices marked not paid on another sheet

    Quote Originally Posted by royUK View Post
    Just experiment with the PivotTable until you get the results that you want
    Thank you for your help, I have the report now, the lay-out is not exactly how I would like it, but I do get the info I needed thank you.

    Reacts diferently depending on where I drag the Icons too; havent totaly figured that out yet.

  9. #9
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: How do I list invoices marked not paid on another sheet

    Attach what you have & explain what you need changing

+ 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