Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default resolve undefined in running totals when data not input

The usual practice is to trap for the lack of data and return "" instead of
the error.

Example =IF(A1="","",B1/A1)

You could also use the ISERROR in earlier versions or IFERROR in 2007
function but I do not recommend that because it will mask all errors which
may not be desirable.


Gord Dibben MS Excel MVP

On Tue, 7 Apr 2009 08:45:02 -0700, Aso
wrote:

Thanks in advance, any help is appreciated.

I am working on an excel spreadsheet that is a table with calculated running
totals of certain data etc. Say there are going to be responses for each
month of the year but having only completed the 3rd month, the calculations
for the other months show up as undefined because it is attempting to divide
by zero due to no data. I need teh running total to continue adding on when
new data is entered but i am not sure how to go about eliminating the
undefined (#Divo/0!) until data has been input so that the other months will
total correctly. This probably sounds extremely simple to some of you out
there but i am stumped. ANY help is appreciate =) thank you

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Total / Average
8 8 #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0!
8 16 #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0! #Divo/0!



Aso


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need help with running totals chusu Excel Worksheet Functions 1 September 26th 07 11:11 AM
Running Totals MAC Man Excel Discussion (Misc queries) 5 November 8th 06 08:41 PM
Running Totals [email protected] Excel Worksheet Functions 0 February 10th 06 07:59 PM
Running Totals Pete New Users to Excel 2 March 23rd 05 09:37 AM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM


All times are GMT +1. The time now is 02:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"