manojs1234
New Member
- Joined
- Jun 2, 2019
- Messages
- 2
Hello,
I have a table with 2 columns (Schedule, Item) of data and I would like to create a formula under the 3rd column using under the criteria below.
Criteria : If Column A (Schedule) shows "Yes" and if there are multiple occurrences of the same value on Column B (Item) that satisfies the condition "Yes" (in this case value 123456), I would like to populate a comment "Check" under the 3rd Column.
I tired using COUNTIF to find the duplicates, but my knowledge does not go far enough to add condition to look for "Yes" under Column A. Can anyone help?
Thank you
Schedule Item Comment
Yes 123456 Check
Yes 876543
Yes 123456 Check
Yes 345678
No 123456
No 345678
Yes 123456 Check
I have a table with 2 columns (Schedule, Item) of data and I would like to create a formula under the 3rd column using under the criteria below.
Criteria : If Column A (Schedule) shows "Yes" and if there are multiple occurrences of the same value on Column B (Item) that satisfies the condition "Yes" (in this case value 123456), I would like to populate a comment "Check" under the 3rd Column.
I tired using COUNTIF to find the duplicates, but my knowledge does not go far enough to add condition to look for "Yes" under Column A. Can anyone help?
Thank you
Schedule Item Comment
Yes 123456 Check
Yes 876543
Yes 123456 Check
Yes 345678
No 123456
No 345678
Yes 123456 Check