Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
BradLewBooks
 
Posts: n/a
Default How do I mark an item as paid so it is not included in a column t.

i am trying to keep track of all the invoices i receive from my distributors,
i run a bookshop. I am trying to creat a column which gives me a total
amount outstanding, however some of the columns have invoices paid and unpaid
and i want to mark items paid so they won't show in the total outstanding.
  #2   Report Post  
 
Posts: n/a
Default

In an empty Col, say U, enter 1 for each unpaid entry.
Enter your Sum formula as follows, using Ctrl+Shift+Enter, instead of
just Enter, to make it an array formula.
=SUM((T1:T8)*((U1:U8)=1))
Enter the range that fits your needs.
Upon payment delete the entry in the U Col
Ilan

  #3   Report Post  
RagDyeR
 
Posts: n/a
Default

If you had the amount of the invoices listed in say Column D, then create
another column, say Column E, where you can enter:
Paid

Then you could enter formulas to keep track of both categories.

=SUMIF(E1:E100,"Paid",D1:D100)

=SUMIF(E1:E100,"<Paid",D1:D100)
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

"BradLewBooks" wrote in message
...
i am trying to keep track of all the invoices i receive from my
distributors,
i run a bookshop. I am trying to creat a column which gives me a total
amount outstanding, however some of the columns have invoices paid and
unpaid
and i want to mark items paid so they won't show in the total outstanding.


  #4   Report Post  
Myrna Larson
 
Posts: n/a
Default

If all you want is a total outstanding, and you have invoice amounts in one
column, say D, (as positive numbers) and payments in another column, say E,
(again as positive numbers), =SUM(D1:D500)-SUM(E1:E100) will give you the
outstanding balance.

On Sat, 19 Feb 2005 07:23:01 -0800, BradLewBooks
wrote:

i am trying to keep track of all the invoices i receive from my distributors,
i run a bookshop. I am trying to creat a column which gives me a total
amount outstanding, however some of the columns have invoices paid and unpaid
and i want to mark items paid so they won't show in the total outstanding.


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
Item wise balance in Pivot Table Samad Excel Discussion (Misc queries) 0 January 8th 05 11:15 AM
Include Saturday in the WORKDAY function kippi3000 Excel Worksheet Functions 9 December 31st 04 08:21 AM
Selecting an Item from a List and getting a different item to pop. Matt Excel Worksheet Functions 1 December 7th 04 02:37 PM
XML Source Menu Item disabled?? File version?? Jay Lauffer Excel Discussion (Misc queries) 1 December 3rd 04 10:23 PM
Subtracting paid hours from unpaid hours ejerry7 Excel Worksheet Functions 5 November 29th 04 04:16 AM


All times are GMT +1. The time now is 10:07 PM.

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

About Us

"It's about Microsoft Excel"