View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
NBVC[_138_] NBVC[_138_] is offline
external usenet poster
 
Posts: 1
Default Ignore #N/A error using Index and Match Functions


Try:

=IF(ISNUMBER(MATCH(1,(C2='Barcrest Daily
Update.xls'!Order)*(D2='Barcrest Daily
Update.xls'!Line),0)),INDEX('Barcrest Daily
Update.xls'!DateShipped,MATCH(1,(C2='Barcrest Daily
Update.xls'!Order)*(D2='Barcrest Daily Update.xls'!Line),0)),"")


--
NBVC

Where there is a will there are many ways.

'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=123914