Good morning, I'm trying to write a countifs formula that will identify all IDNUM2 (I.D. numbers) that have a specific value, if another column has a specific value.
In the attached spreadsheet there are several IDNUM2's (columnB). I want to identify those that have ONLY watermelons (FRUIT columnC) in wood (TYPE columnD). In the example there is only 2 that meet the criteria. IDNUM2's could have numerous rows.
So far I get a circular reference warning. Any help would be greatly appreciated.
In the attached spreadsheet there are several IDNUM2's (columnB). I want to identify those that have ONLY watermelons (FRUIT columnC) in wood (TYPE columnD). In the example there is only 2 that meet the criteria. IDNUM2's could have numerous rows.
So far I get a circular reference warning. Any help would be greatly appreciated.
IDNUM1 | IDNUM2 | FRUIT | TYPE |
592 | 1K | WATERMELON | CARDBOARD |
234 | 5S | GUAVA | WOOD |
234 | 5S | PEACHES | CARDBOARD |
234 | 5S | APPLES | CARDBOARD |
345 | 6A | PEACHES | CARDBOARD |
587 | 3B | WATERMELON | WOOD |
587 | 3B | WATERMELON | WOOD |
245 | 9F | HONEYDEW | WOOD |
245 | 9F | JACKFRUIT | CARDBOARD |
789 | 7C | WATERMELON | WOOD |
789 | 7C | WATERMELON | CARDBOARD |
801 | 9E | BLUEBERRIES | CARDBOARD |
801 | 9E | WATERMELON | WOOD |
402 | 5A | WATERMELON | WOOD |
604 | 4P | WATERMELON | WOOD |
604 | 4P | JACKFRUIT | CARDBOARD |