Hello Everyone,
I hope you can help with issue i have with a unique distinct list.
I have a list of job numbers in Column C
I have them marked as Complete/Incomplete in Column D
I have them marked as Routine/Non-Routine in Column G
I want to make a unique list of job numbers that are both incomplete and Routine.
The Formula I have is returning job numbers that are either incomplete or Routine.
=INDEX('(System) Country 1'!$C$5:$C$5000,MATCH(0,IF(('(System) Country 1'!$D$5:$D$5000="Incomplete")+('(System) Country 1'!$G$5:$G$5000="Routine"),COUNTIF($H$5:$H5,'(System) Country 1'!$C$5:$C$5000)),0))
I know i have to modify the section in blue perhaps with adding an AND function but i cannot get it to work.
I did try adding AND and changing the blue + to a , but i only got an #N/A error
If anyone has any suggestions it would be greatly appreciated.
Thanks as Always and Kind Regard
I hope you can help with issue i have with a unique distinct list.
I have a list of job numbers in Column C
I have them marked as Complete/Incomplete in Column D
I have them marked as Routine/Non-Routine in Column G
I want to make a unique list of job numbers that are both incomplete and Routine.
The Formula I have is returning job numbers that are either incomplete or Routine.
=INDEX('(System) Country 1'!$C$5:$C$5000,MATCH(0,IF(('(System) Country 1'!$D$5:$D$5000="Incomplete")+('(System) Country 1'!$G$5:$G$5000="Routine"),COUNTIF($H$5:$H5,'(System) Country 1'!$C$5:$C$5000)),0))
I know i have to modify the section in blue perhaps with adding an AND function but i cannot get it to work.
I did try adding AND and changing the blue + to a , but i only got an #N/A error
If anyone has any suggestions it would be greatly appreciated.
Thanks as Always and Kind Regard