#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,203
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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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 11:07 PM.

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

About Us

"It's about Microsoft Excel"