Task: Identify ID's meeting multiple criteria:
Use same test data for both tests (or combine both test under 1 formula if you are an Excel god)
(Test #1: If(ID has condition =Corn and Tomato Then Return "T", else "F")
Test #2: If(ID has condition =Corn and Tomato Then Return "T", else "F")starts with "P"
This is probably easier than I think but at 4:30 in the morning not thinking clearly.
Test#1 = ID Condition = "Corn" and "Tomato"
Test #2 Condition = ID = (starts with "P")
Both condition tests should return a "T" or "F" result (Boolean is OK)
ConditionID
Apple000001
Berry000001
Coconut000001
Corn000001
Date000001
Melon000001
Orange000001
Peach000001
Pear000001
Tomato000001
Apple000002
Berry000002
Coconut000002
Date000002
Melon000002
Orange000002
Peach000002
Use same test data for both tests (or combine both test under 1 formula if you are an Excel god)
(Test #1: If(ID has condition =Corn and Tomato Then Return "T", else "F")
Test #2: If(ID has condition =Corn and Tomato Then Return "T", else "F")starts with "P"
This is probably easier than I think but at 4:30 in the morning not thinking clearly.
Test#1 = ID Condition = "Corn" and "Tomato"
Test #2 Condition = ID = (starts with "P")
Both condition tests should return a "T" or "F" result (Boolean is OK)
ConditionID
Apple000001
Berry000001
Coconut000001
Corn000001
Date000001
Melon000001
Orange000001
Peach000001
Pear000001
Tomato000001
Apple000002
Berry000002
Coconut000002
Date000002
Melon000002
Orange000002
Peach000002