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 11:24 AM.
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 theicon 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!)
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.
Last edited by jpeirano; 03-11-2011 at 12:18 PM.
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 ???
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
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
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 05:27 PM.
Just experiment with the PivotTable until you get the results that you want
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
Attach what you have & explain what you need changing
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks