Thread: Running Total
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default Running Total

Use something like:
=if(b1<=0,"",<yourformula)

Regards,
Fred.

"open a adobe file from a command button"
osoft.com wrote in
message ...
I have a spreadsheet that has 2 columns, column A grows, column B shrinks,
when column B gets to 0 or a negative number I want column A to be blank.

Thank You Very Much