View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dan T. Dan T. is offline
external usenet poster
 
Posts: 2
Default trying to use the index function when #N/A can be part of data ran

I am using the index function to sample a range of data that will usually
contain several lines of #N/A data. The data is from an external app using
DDE. In using the INDEX function I always get a #N/A result even when the
INDEX is accessing valid rows of the range. If I remove the #N/A from the
data range it works fine. Problem is I need to keep the range inclusive of
any #N/A's it might be retrieving from the DDE. Any sugestions.
--
Dan T.