Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to find the working days difference between to dates? | Excel Discussion (Misc queries) | |||
adding row to forumla | Excel Discussion (Misc queries) | |||
Looking for a working production formula so I can add to staff? | Excel Discussion (Misc queries) | |||
Formula entered not working | Excel Discussion (Misc queries) | |||
Formula not working | Excel Worksheet Functions |