#1   Report Post  
Posted to microsoft.public.excel.misc
mg mg is offline
external usenet poster
 
Posts: 35
Default show balance

please help me with this. I need to show in a query the balance as its
is incremented register by register.

For example the field i need to get is the named balanced. The transaccions
are stored by date and ammount

DATE AMOUNT BALANCE
04/21/2009 10 10
04/21/2009 20 30
10/04/2009 - 5 25
11/04/2009 15 40

I NEED TO WORK WITH THE BALANCE VALUE to find out if it it les or equal than
cero.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default show balance

Hi,
could you please be more specific, do you need a formula saying if the
balance is more than 0 = Overdue, or ???


"MG" wrote:

please help me with this. I need to show in a query the balance as its
is incremented register by register.

For example the field i need to get is the named balanced. The transaccions
are stored by date and ammount

DATE AMOUNT BALANCE
04/21/2009 10 10
04/21/2009 20 30
10/04/2009 - 5 25
11/04/2009 15 40

I NEED TO WORK WITH THE BALANCE VALUE to find out if it it les or equal than
cero.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 143
Default show balance

?B?TUc=?= wrote in
:

I need to show in a query the balance
as its
is incremented register by register.

For example the field i need to get is the named balanced. The
transaccions are stored by date and ammount

DATE AMOUNT BALANCE
04/21/2009 10 10
04/21/2009 20 30
10/04/2009 - 5 25
11/04/2009 15 40

I NEED TO WORK WITH THE BALANCE VALUE to find out if it it les or
equal than cero.


If the balances are in C2:C10 then the last non-empty balance can be
computed like this:
=LOOKUP(2,1/(C1:C10<""),C1:C10)

If this formula is in E1, then the question about "zero" can be answered
like this:
=CHOOSE(SIGN(E1)+2,"less than","equal to","greater than")&" zero."

Modify to suit.
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
to keep a running balance johnilee Excel Discussion (Misc queries) 3 April 18th 06 07:20 AM
Numbers in the balance!! nobbyknownowt Excel Worksheet Functions 0 April 11th 06 07:36 PM
rent received/balance owed/running balance spreadsheet Quickbooks dummy Excel Discussion (Misc queries) 1 January 2nd 06 07:34 PM
Getting the Check Register Balance to show on another Sheet thenderson Excel Worksheet Functions 1 December 21st 05 07:30 PM
How do i set up a running balance on one row? Jimmy James Excel Worksheet Functions 1 November 15th 05 07:08 PM


All times are GMT +1. The time now is 03:40 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"