EXCEL VLOOKUP NOT SHOWING RESULT

Sushil Agarwal 406 Reputation points
2024-01-16T17:06:31.6+00:00

have excel sheet having three worksheets Sheet1,Send1,Send2 Sheet1 has columns Name,Sex,Mobile and other fields, in sheet sent1 columns User's image

i want to search for each row in sheet1 column c2 mobile numbers in sent1 and get corrosponding logstaus i.e F2 column value. i tried vlookup and xlookup but both case i am not getting answer , getting #N/A, can any body suggest what wrong i am doing. the excel file can be downloaded from belwo link https://docs.google.com/spreadsheets/d/1LhXxmLdy8tWEi3O9kRgBvPw-9L8GFPVm/edit?usp=drive_link&ouid=101069295157692527186&rtpof=true&sd=true || | -------- |

Microsoft 365 and Office Excel For business Windows
0 comments No comments
{count} votes

Accepted answer
  1. Emi Zhang-MSFT 30,046 Reputation points Microsoft External Staff
    2024-01-17T02:29:11.54+00:00

    Hi,

    Please change the formula in Sheet 1 column C and C2 to:

    =VLOOKUP(C2,Sent1!$C$1:$E$35,3,0)

    The range you select should be start from the mobile column but not the Name column, because you are trying to look for the Mobile column in Sheet1.


    If the response is helpful, please click "Accept Answer" and upvote it. Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Aleksei Zhukov 0 Reputation points
    2024-01-16T17:29:45.07+00:00

    Hi it is completely expected behaviour https://support.microsoft.com/en-au/office/how-to-correct-a-n-a-error-in-the-vlookup-function-e037d763-ffc3-4fae-a909-89c482d389b2 When the range_lookup argument is FALSE—and VLOOKUP is unable to find an exact match in your data—it returns the #N/A error. Try workaround at this page and pay attention that formula for row number 4 starts to looukup on row number 3 (not 2) in the file provided by you =VLOOKUP(C4,Sent1!A3:E37,5,0)


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.