• =IFERROR(
    VLOOKUP(
     A3,// value to search
     KYC!I:O, // range to search
     7, // range index to fetch matching value from
     FALSE //already sorted or not
    ),
    "" // value to fill if nothing is found
    )
    Edited by Aslam
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment