Hide Info

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am new to excel. I have been creating a spreadsheet to keep track of my
money.
On one sheet called Bill Money I have these column heads
DATE DETAILS IN OUT TOTAL
In the total column i have a formula that takes the previous TOTAL - OUT +
IN = TOTAL. I have copied all the formula down the total column but what
happens is the last total i have is displyed all the way to the last row. Is
there a way that the total can be hiden from the empty rows untill i enter
something on that row.
Cheers
Simon
 
There are two ways to handle this. You can turn off the display of zeros
under Tools, Options, View. Or you can use a formula similar to this:
=IF(SUM(A1:A10)=0,"",SUM(A1:A10))

--
Jim
|I am new to excel. I have been creating a spreadsheet to keep track of my
| money.
| On one sheet called Bill Money I have these column heads
| DATE DETAILS IN OUT TOTAL
| In the total column i have a formula that takes the previous TOTAL - OUT +
| IN = TOTAL. I have copied all the formula down the total column but what
| happens is the last total i have is displyed all the way to the last row.
Is
| there a way that the total can be hiden from the empty rows untill i enter
| something on that row.
| Cheers
| Simon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top