A Microsoft Excel forum. ExcelBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » ExcelBanter forum » Excel Newsgroups » Excel Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Spreadsheets



 
 
Thread Tools Display Modes
  #1  
Old August 9th 06, 12:06 AM posted to microsoft.public.excel.worksheet.functions
Patty
external usenet poster
 
Posts: 45
Default Spreadsheets

Is there a spreadsheet that I could create that would show me several
different vendos and what they owe to our company on a day to day bases. Then
I need it to show me total for the month after the daily collections have
come in.
Ads
  #2  
Old August 9th 06, 02:01 AM posted to microsoft.public.excel.worksheet.functions
JLatham
external usenet poster
 
Posts: 2,204
Default Spreadsheets

Patty,
I'm certain that such workbooks exist, or at least something you could adapt
to your needs.

If you're actually looking to create one on your own, there is no doubt that
this is easily within the realm of Excel's abilities.

Depending on how many vendors you deal with, you probably would want to put
each vendor's information on a separate sheet and do the math for each
account on that sheet. If you need help on getting started, try searching
for checkbook balance type workbooks - they'll do much the same thing.
Consider the payments that the vendors make to you as 'deposits' in a
checkbook, while amounts they owe to you are kind of like checks/debits in a
checkbook keeping setup.

The general layout could be something like this:
Column A Column B Column C Column D
date amt owed amt paid Balance

You would do manual entry of the date, amt owed and amt paid. The Balance
would be a calculated value. Assuming your entries begin on row 2 (with row
1 having the headings for the columns) then the formula in D2 would be
= C2 - B2
that allows you to enter both amounts in regular amounts (without having to
use a negative sign in front of one)
For the next formula beginning in D3 and extending down the sheet you would
use
= D2 + C3 - B3
That would take the previous balance, add any payments to it and subtract
any outstanding debit incurred on that day from those numbers.

Hope this helps get you started.

You might also start looking at this page for free downloads of workbooks
that may already do all that you need done:
http://office.microsoft.com/en-us/te...s/default.aspx


"patty" wrote:

> Is there a spreadsheet that I could create that would show me several
> different vendos and what they owe to our company on a day to day bases. Then
> I need it to show me total for the month after the daily collections have
> come in.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I merge data from separate spreadsheets Gary Milks Excel Discussion (Misc queries) 1 June 27th 06 12:52 PM
More problems linking spreadsheets dgg9879 Excel Discussion (Misc queries) 2 April 19th 06 01:00 PM
Linking spreadsheets dgg9879 Excel Discussion (Misc queries) 3 April 14th 06 04:36 PM
Spreadsheets are cut off when you paste and link? Clint Lovell Excel Worksheet Functions 1 November 25th 05 06:10 PM
Excel Charts Linked to Spreadsheets Rich Charts and Charting in Excel 1 July 4th 05 04:36 PM


All times are GMT +1. The time now is 09:28 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2004-2013 ExcelBanter.
The comments are property of their posters.