Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I'm a new poster (long time reader). I'm hoping someone can help me with a problem I've encountered. I'm working w/ a pretty elaborate excel spreadsheet w/ several worksheets that include various formulas.
I'm trying to include a "summary" worksheet that summarizes information from all the worksheets. Users are supposed to enter info in each of the worksheets so the totals at the bottom of the worksheets display the result of various formulas. Problem is that when a worksheet has not been completed, the total shows the "#DIV/0!" message. As the user enters data, the formula works fine.
The summary sheet references the total on each worksheet (and thus displays the "#DIV/0!" message). I've been trying to change the display on the summary sheet to "No Total" with an IF statement(example: =IF('Sheet1'!$B$25<0,'Sheet1'!$B$25,"No Total"). I've tried several variations of this, including reversing logic, and all other variations, but nothing seems to work. I'm starting to think that maybe an IF statement is not the best way to go about this. Any help would be appreciated.
GiveMePatience....SERENITY NOW!

Or in your case...
=IF(ISERROR('Sheet1'!$B$25,"",'Sheet1'!$B$25)
Meaning if 'Sheet1'!$B$25 is an error then blank else 'Sheet1'!$B$25.Regards,
Bryan

Oops, forgot a closing parenthesis.
=IF(ISERROR('Sheet1'!$B$25),"",'Sheet1'!$B$25)
Meaning if 'Sheet1'!$B$25 is an error then blank else 'Sheet1'!$B$25.Bryan

I am also struggling with this issue. This is the formula that I have used but still get an error message of #VALUE at least that was a change from #DIV/0. I am computing the percentage of change between crime statistics from one month to the next. Thankfully they are zero from time to time. But this causes a huge problem for my spreadsheet.
=IF(C5=0," ", D5-C5)/ABS(C5)
Any suggestions would be appreciated.

![]() |
How to change Default sav...
|
outlook rules
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |