I need to perform a VLOOKUP, but the Lookup Value is a cell that is populated based on an other formula. The lookup is bringing me back a value of "#N/A". When I recreate the same values in another Excel file (populating the cells manually instead of by another formula) it brings back the value I need. Any suggestions?
|
feedback
|
|
Disclaimer: As Jay has stated, it is difficult to understand exactly what you are trying to do. I was able to duplicate the #NA error you were seeing and began to research it from there. There are too many variables within your workbook for me to know and verify if this will work for you. Hope it will, but if not, sorry. What I found was the error being due to the date format. The IF statement is placing the value as text with quotation marks when the statement is TRUE. That is the correct way to use it. So, here is what to do to make the VLOOKUP formula work. Use the DATEVALUE function to get it to see the date in the correct format.
Please provide feedback so we know if this works for you. | ||||
|
feedback
|
|
The question you are asking is still a little confusing even when you give us the formula you are using. It would be additionally helpful if you were to give perhaps a overview of what you are trying to do. I will try to answer by on what you have told us but if you provide additional information, I will alter my answer to reflect your changes. Base on the information you have given us, this is what I can conclude:
If you provide us with more information I can provide more insight into your problem. | |||||||||||||
feedback
|
VLOOKUPis configured to do an approximate match. Is that what you intend? (add a final parameter of0orFALSEto make it an exact match). By the way, the strategy of using a formula to determine the lookup value is fine, the problem will be in the details of the implementation. – chris neilsen Dec 27 '11 at 21:53