Forum Discussion
Julius575
Sep 22, 2022Copper Contributor
Excel Key in (look up function)
Hi Excel Community, Pls assist formula for below. In column D, i should key in the no. code(column B), column A should reflect on the column D, if i key in the no. code. Ex: i put no. 2 in c...
HansVogelaar
Sep 22, 2022MVP
- Julius575Sep 22, 2022Copper Contributor
- HansVogelaarSep 22, 2022MVP
OK, that means you don't have Microsoft 365 or Office 2021, but an older version. Change the formula to
=IFERROR(INDEX($A$2:$A$23, MATCH(D2, $B$2:$B$23, 0), "")
and fill down.
- Julius575Sep 23, 2022Copper Contributor
HansVogelaar , got it!
another thing, column E should reflect on the route provided, this should be CMX.
example, when i in input column D(MNL-CGY), CMX should be reflected in column E.