I want to write kind of formula (look-up) where i can match and bring data from another sheet using combination of 2 columns without concatenation. I am doing using following formula at the moment:
+VLOOKUP(A1&B1,'other_sheet'!A:D,4,0)
where Colomn A in other sheet in concat of B1 and C1 (B1&C1)
However, my intention is to to get same result without doing any concat as you can see in below pic: