Forum Discussion
Awais7376
Sep 28, 2021Copper Contributor
Match two values in two cells of a same row and return the value in a third cell
Hi There, I hope everyone fine there. I am at beginner level using Excel 2019 on MacBook Air. I have come across a situation: I have created a data base using Hierarchies. if value is selected in ...
- Oct 02, 2021thanks for reply. you have picked up correctly. I used C just for example. it may be any value resulting from combination of A and B according to the data provided to excel.
sometime, it may be A and C in both cells, so excel should look for the resultant value from with in the provided data and return the value in C1.
PeterBartholomew1
Sep 28, 2021Silver Contributor
The formula is always placed in the destination cell and sets the rules by which the value returned is to be calculated. A general method might be through the use of a 2D lookup table.
but IF formulas would also offer a solution in some cases.