#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default iserror problem

I am using the below formula. I am trying to get to were when the cell says
"please select ....", I get "No Data" returned instead of "0". Please help!

=CHOOSE(MATCH($D$5,{"Select reporting Month
","JAN07","FEB07","MAR07","APR07","MAY07","JUN07", "JUL07","AUG07","SEP07","OCT07","NOV07","DEC07"},0 ),JAN07!$F$14,JAN07!E$15,FEB07!E$15,MAR07!E$15,APR 07!E$15,MAY07!E$15,JUN07!E$15,JUL07!E$15,AUG07!E$1 5,SEP07!E$15,OCT07!E$15,NOV07!E$15,DEC07!E$15)

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default iserror problem

What's in $d$5?

If it's really a date, maybe:

=choose(match(text($d$5,"mmmyy"), ......



Scott@CW wrote:

I am using the below formula. I am trying to get to were when the cell says
"please select ....", I get "No Data" returned instead of "0". Please help!

=CHOOSE(MATCH($D$5,{"Select reporting Month
","JAN07","FEB07","MAR07","APR07","MAY07","JUN07", "JUL07","AUG07","SEP07","OCT07","NOV07","DEC07"},0 ),JAN07!$F$14,JAN07!E$15,FEB07!E$15,MAR07!E$15,APR 07!E$15,MAY07!E$15,JUN07!E$15,JUL07!E$15,AUG07!E$1 5,SEP07!E$15,OCT07!E$15,NOV07!E$15,DEC07!E$15)

Thank you


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default iserror problem

D5 is a DV list of dates like this: JAN07, FEB07, etc. This is pulling from
other worksheets in the book.

"Dave Peterson" wrote:

What's in $d$5?

If it's really a date, maybe:

=choose(match(text($d$5,"mmmyy"), ......



Scott@CW wrote:

I am using the below formula. I am trying to get to were when the cell says
"please select ....", I get "No Data" returned instead of "0". Please help!

=CHOOSE(MATCH($D$5,{"Select reporting Month
","JAN07","FEB07","MAR07","APR07","MAY07","JUN07", "JUL07","AUG07","SEP07","OCT07","NOV07","DEC07"},0 ),JAN07!$F$14,JAN07!E$15,FEB07!E$15,MAR07!E$15,APR 07!E$15,MAY07!E$15,JUN07!E$15,JUL07!E$15,AUG07!E$1 5,SEP07!E$15,OCT07!E$15,NOV07!E$15,DEC07!E$15)

Thank you


--

Dave Peterson

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
ISERROR Latika Excel Worksheet Functions 1 July 18th 06 04:19 PM
IF ISERROR John Moore Excel Discussion (Misc queries) 5 June 26th 06 02:01 PM
Iserror & VBA Ken G. Excel Discussion (Misc queries) 1 February 28th 06 11:37 PM
iserror Bill R Excel Worksheet Functions 1 August 4th 05 07:31 PM
iserror Walshy Excel Discussion (Misc queries) 3 December 19th 04 05:13 PM


All times are GMT +1. The time now is 11:33 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"