#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default date range

Dears,

when I pull a report on date range, if there is not info. between these
dates I get a error in a total field, which true b'c there is not data
processed within these dates

how do I get a rid of the message error and replace it with zero or a text
message

thanks and any help will be appreciated
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 459
Default date range

Gerald wrote:
Dears,

when I pull a report on date range, if there is not info. between
these dates I get a error in a total field, which true b'c there is
not data processed within these dates

how do I get a rid of the message error and replace it with zero or a
text message

thanks and any help will be appreciated


Hi Gerald,

just incapsulate your formula into an IF function:

=IF(ISERROR(your_formula),"",your_formula)

with above formula you'll see blank cells replacing errors. If you want
replace errors with zeros, use this way:

=IF(ISERROR(your_formula),0,your_formula)

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default date range

thanks (y)

"Franz Verga" wrote:

Gerald wrote:
Dears,

when I pull a report on date range, if there is not info. between
these dates I get a error in a total field, which true b'c there is
not data processed within these dates

how do I get a rid of the message error and replace it with zero or a
text message

thanks and any help will be appreciated


Hi Gerald,

just incapsulate your formula into an IF function:

=IF(ISERROR(your_formula),"",your_formula)

with above formula you'll see blank cells replacing errors. If you want
replace errors with zeros, use this way:

=IF(ISERROR(your_formula),0,your_formula)

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy



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
Advanced filter a dynamic date range oneandoneis2 Excel Worksheet Functions 2 April 6th 06 08:57 AM
Crate group of date, with Dynamic Range in pivot table not working Tiya Excel Discussion (Misc queries) 3 March 1st 06 02:26 PM
Date Range within one cell Cachod1 New Users to Excel 5 October 18th 05 03:30 AM
NETWORKDAYS - Multiple Date Selection Annabelle Excel Discussion (Misc queries) 3 October 4th 05 07:04 PM
Date Range and calculation vgreen Excel Worksheet Functions 2 August 23rd 05 11:08 AM


All times are GMT +1. The time now is 12:48 AM.

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

About Us

"It's about Microsoft Excel"