I need to select another column if conditions are true.
Data 1 Data 2 Data 3
Buy Present For Parents Shopping Mall
Replace Light For Parents Home
Buy Groceries For Parents Shopping Mall
How to select Data 1 of the correct row dynamically?
=IF(AND(IFCOUNT(B:B, "For Parents") > 0, IFCOUNT(C:C, "Home")), xxxxx)