Thread: [Solved] VLOOKUP #N/A Error
View Single Post
 
Old 04-30-2024, 09:55 AM
Shelley Lou Shelley Lou is offline Windows 10 Office 2016
Expert
 
Join Date: Dec 2020
Posts: 259
Shelley Lou is on a distinguished road
Default VLOOKUP #N/A Error

I'm not very good with Excel and really struggling to get a spreadsheet to work correctly.

I have a summary sheet in which I'm pulling through data for specific columns from two other worksheets within the same workbook and the formula I am using is:

=IFNA(VLOOKUP(D2,ElementsData,2,0),VLOOKUP(D2,Sche meData,2,0))

I'd like to add the TRIM function to the formula to check for spaces and also for entries that are not found in either of the two sheets to change #N/A to 'Not Found'.

Would really appreciate some help. Many thanks
Reply With Quote