Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have checkbook bal;ance in excel column A is Check #, Column B is check
amount, Column c is balance. Rather than go down the list of all the checks listed but not written with the balance, how would I writed it so that if there is no checks or deposits written to a check number then the correspond d cell will be blank. The deposits are shown only when a check amount is shown in b. i.e. IF column "b" '='0 then "d" ='0 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(B1=0,"",<what you want to happen if not true) or replace the "" with 0
if you want a zero. "miltdp" wrote: I have checkbook bal;ance in excel column A is Check #, Column B is check amount, Column c is balance. Rather than go down the list of all the checks listed but not written with the balance, how would I writed it so that if there is no checks or deposits written to a check number then the correspond d cell will be blank. The deposits are shown only when a check amount is shown in b. i.e. IF column "b" '='0 then "d" ='0 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 - Replicating Formula in Column | Excel Discussion (Misc queries) | |||
How do I open a Quattro Pro 7.0 file in Excel 2003 | Excel Discussion (Misc queries) | |||
Excel 2003 view formula within pivot table | Excel Worksheet Functions | |||
quattro pro converter Excel 2003 | New Users to Excel | |||
sharing/using/saving Excel 2002 files in Excel 2003 | Excel Discussion (Misc queries) |