Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe I asked wrong, Example: Beginning balance $600
A B C D 1 Chk # Chk amount Deposit Balance 2 105 100 500 3 106 10 490 4 107 20 50 520 5 520 6 520 7 520 if b5, b6, and b7 are blank then D5,6 and 7 should be blank else =d3-b2+c2 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Something like this maybe.
=if(b2="","",d3-b2+c2) HTH Regards, Howard "miltdp" wrote in message ... Maybe I asked wrong, Example: Beginning balance $600 A B C D 1 Chk # Chk amount Deposit Balance 2 105 100 500 3 106 10 490 4 107 20 50 520 5 520 6 520 7 520 if b5, b6, and b7 are blank then D5,6 and 7 should be blank else =d3-b2+c2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copying cell names | Excel Discussion (Misc queries) | |||
Excel - Solver will not install as add-in | Setting up and Configuration of Excel | |||
how to print receipts from excell | New Users to Excel | |||
Formula help | Excel Discussion (Misc queries) |