Dear All,
i have been trying with these to file to lookup data but i always get the #N/A error !
i will attach both files , please help me them Copy of Airfreight Analysis (4).xlsxDHL - Duty.xlsx
please help me as this is crucial to me
Dear All,
i have been trying with these to file to lookup data but i always get the #N/A error !
i will attach both files , please help me them Copy of Airfreight Analysis (4).xlsxDHL - Duty.xlsx
please help me as this is crucial to me
There is no error in examples.
Never use Merged Cells in Excel
Agreed. The only formulas I see are a few =SUM() in the 2nd file...1st file contains no data, just a template?
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Hello,
Please let's know what exactly you are trying to look up (because the templates you attached have no formulas in them) or attach what you have done so far that was giving you the error message.
Regards.
Apologies as my explanation was not that good ..
i am trying to look up the the values from " Duty " file to " Air Freight " , when i do so , i get the NA error , i tried to Trim , Clean ,as well as changing the format but nothing works ..
can please advise ?
If you were using a formula like this one:
=INDEX('[DHL - Duty.xlsx]Jul'!A$1:A$4,MATCH(C4,'[DHL - Duty.xlsx]Jul'!C$1:C$4,0))
It will find the values for Australia, Dubai and the Netherlands, 'cos they ARE on the source sheet. the others return~n?a errors 'cos they're not there. To hide the #N/A error, change the formula to
IFERROR(INDEX('[DHL - Duty.xlsx]Jul'!A$1:A$4,MATCH(C4,'[DHL - Duty.xlsx]Jul'!C$1:C$4,0)),"")
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
It would make more sense to attach files complete with the formula that you were using, and which is showing the #N/A errors.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks