Thread: iserror problem
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
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