GERMAN GONZALEZ
New Member
- Joined
- Jan 21, 2018
- Messages
- 7
I created the following array that reads a list of supplier names in column C and writes only unique supplier names in column O.
=IFERROR(INDEX($C$3:$C$200, MATCH(0,IF(ISBLANK($C$3:$C$200),1,COUNTIF($O$2:O3, $C$3:$C$200)), 0)),"")
What I would like to do is develop another array that looks at another column that contains yes or no values for each supplier name. Its column F and if a supplier had a Recordable Injury charged against it, a Yes value is entered into the cell or a no value. I'd like to sum all the Recordable Injury Yes values for each unique supplier name listed in column O. Any help would be greatly appreciated.
Thanks Very Much....
=IFERROR(INDEX($C$3:$C$200, MATCH(0,IF(ISBLANK($C$3:$C$200),1,COUNTIF($O$2:O3, $C$3:$C$200)), 0)),"")
What I would like to do is develop another array that looks at another column that contains yes or no values for each supplier name. Its column F and if a supplier had a Recordable Injury charged against it, a Yes value is entered into the cell or a no value. I'd like to sum all the Recordable Injury Yes values for each unique supplier name listed in column O. Any help would be greatly appreciated.
Thanks Very Much....