View Single Post
  #1   Report Post  
dmarzean dmarzean is offline
Junior Member
 
Posts: 1
Default Find the next row...

I have the below formula that I am using. I need to copy this down the column to find all the entries that meet the criteria. I am at a loss...

=IFERROR(INDEX('Work Orders'!$D:$D,MATCH(1,($J$3='Work Orders'!$B:$B)*($N$2='Work Orders'!$A:$A),0)),0)

I appreciate any and all help.