Hi,
The following code retrieves data but not the exact match. For example, if I type "C4" in F2 Cell, the result retrieves data related to C4, C41, C42 instead of just
C4. Removing "*" in code didn't work.
Code:
=VLOOKUP("*"&F2&"*",ProjectData,4,0)
Search Box Cell reference is "F2".
Please support. This code is from one of the online tutorial which is I am trying to create for my own data.
Please support.