Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
chieron
 
Posts: n/a
Default IF(I2-I25,"yes",K3=K2-C3:F3) formula not working, why?

I need to keep a bank balance with a current balance (column H) and a running
balance (column K) for those posted on bank statement. If posted, cell
(column I) is 'yes' if not 'no'.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default IF(I2-I25,"yes",K3=K2-C3:F3) formula not working, why?

Bit unclear, but her is a shot

=IF(I2="Yes",K2-SUM(C3:F3),"")



HTH



RP
(remove nothere from the email address if mailing direct)


"chieron" wrote in message
...
I need to keep a bank balance with a current balance (column H) and a

running
balance (column K) for those posted on bank statement. If posted, cell
(column I) is 'yes' if not 'no'.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
chieron
 
Posts: n/a
Default IF(I2-I25,"yes",K3=K2-C3:F3) formula not working, why?

Hi Bob - Thats was a great help but perhaps this will be clearer for you:

A B C D E F G H
I
1 Desc Cheque + DD SO Cash Receipt Bal Pesented Avail Bal
2 Opening Balance 1500 1500 yes
1500
3 subsistance 40 1460 no
4 electric 20 1440 yes
1480
5 Cheque 500 1940 Yes 1980

I need a formula that calculates outgoings (B-E) and also receipts (F) but I
also need it to recognise the €śyes€ť when it appear on the €śPresented€ť and to
calculate €śAvailable Balance€ť €“ total here is 1980. But when the "no" is
changed to "yes" I also need it to calculate this! Is there a formula that
can do this?? Or am I expecting too much!!

Thanks Chieron

"Bob Phillips" wrote:

Bit unclear, but her is a shot

=IF(I2="Yes",K2-SUM(C3:F3),"")



HTH



RP
(remove nothere from the email address if mailing direct)


"chieron" wrote in message
...
I need to keep a bank balance with a current balance (column H) and a

running
balance (column K) for those posted on bank statement. If posted, cell
(column I) is 'yes' if not 'no'.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default IF(I2-I25,"yes",K3=K2-C3:F3) formula not working, why?

That has come out a bit garbled. Can you re-do it with pipes,like

Desc || Cheque+||DD||-||-|| 1 || 2 ||

etc

--

HTH

RP
(remove nothere from the email address if mailing direct)


"chieron" wrote in message
...
Hi Bob - Thats was a great help but perhaps this will be clearer for you:

A B C D E F G H
I
1 Desc Cheque + DD SO Cash Receipt Bal Pesented Avail

Bal
2 Opening Balance 1500 1500 yes
1500
3 subsistance 40 1460 no
4 electric 20 1440 yes
1480
5 Cheque 500 1940 Yes 1980

I need a formula that calculates outgoings (B-E) and also receipts (F) but

I
also need it to recognise the "yes" when it appear on the "Presented" and

to
calculate "Available Balance" - total here is 1980. But when the "no" is
changed to "yes" I also need it to calculate this! Is there a formula that
can do this?? Or am I expecting too much!!

Thanks Chieron

"Bob Phillips" wrote:

Bit unclear, but her is a shot

=IF(I2="Yes",K2-SUM(C3:F3),"")



HTH



RP
(remove nothere from the email address if mailing direct)


"chieron" wrote in message
...
I need to keep a bank balance with a current balance (column H) and a

running
balance (column K) for those posted on bank statement. If posted, cell
(column I) is 'yes' if not 'no'.






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
chieron
 
Posts: n/a
Default IF(I2-I25,"yes",K3=K2-C3:F3) formula not working, why?

Hi Bob - Hope this is better:

A B C D E F G H
I
Desc ||Cheque +||DD||SO||Cash||Receipt||Bal
||Pesented||Avail Bal
Opening Balance|| || || || ||1500 ||1500||
yes ||1500
Subsistance || || || || 40 || ||1460||
no || Eectric || || || 20|| ||
||1440|| yes ||1480
Cheque || || || || ||500 ||1940||
yes ||1980

I need a formula that calculates outgoings (B-E) and also receipts (F) but
I also need it to recognise the "yes" when it appear on the "Presented" and
to calculate "Available Balance" - total here is 1980. But when the "no" is
changed to "yes" I also need it to calculate this! Is there a formula that
can do this?? Or am I expecting too much!!

Thanks Chieron


"Bob Phillips" wrote:

That has come out a bit garbled. Can you re-do it with pipes,like

Desc || Cheque+||DD||-||-|| 1 || 2 ||

etc

--

HTH

RP
(remove nothere from the email address if mailing direct)


"chieron" wrote in message
...
Hi Bob - Thats was a great help but perhaps this will be clearer for you:

A B C D E F G H
I
1 Desc Cheque + DD SO Cash Receipt Bal Pesented Avail

Bal
2 Opening Balance 1500 1500 yes
1500
3 subsistance 40 1460 no
4 electric 20 1440 yes
1480
5 Cheque 500 1940 Yes 1980

I need a formula that calculates outgoings (B-E) and also receipts (F) but

I
also need it to recognise the "yes" when it appear on the "Presented" and

to
calculate "Available Balance" - total here is 1980. But when the "no" is
changed to "yes" I also need it to calculate this! Is there a formula that
can do this?? Or am I expecting too much!!

Thanks Chieron

"Bob Phillips" wrote:

Bit unclear, but her is a shot

=IF(I2="Yes",K2-SUM(C3:F3),"")



HTH



RP
(remove nothere from the email address if mailing direct)


"chieron" wrote in message
...
I need to keep a bank balance with a current balance (column H) and a
running
balance (column K) for those posted on bank statement. If posted, cell
(column I) is 'yes' if not 'no'.








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
Formula to find the working days difference between to dates? Mudgeman Excel Discussion (Misc queries) 2 May 15th 06 04:26 AM
adding row to forumla carrera Excel Discussion (Misc queries) 9 August 23rd 05 10:24 PM
Looking for a working production formula so I can add to staff? JJL Excel Discussion (Misc queries) 0 March 11th 05 04:11 PM
Formula entered not working Thrava Excel Discussion (Misc queries) 5 March 6th 05 09:18 PM
Formula not working Carl Hilton Excel Worksheet Functions 13 January 9th 05 06:55 PM


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