Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mike Jenkins
 
Posts: n/a
Default ISNA VLOOKUP any data prefixed with a "C7" cannot be found?


Currently working on a quotation workbook, whereby monthly data dumps
result in users being able to create a quote by cutting in product
codes.

Major problem is that any time a product code that is prefixed with
"C7" is entered the product description is NOT pulled through onto the
quotation form.

Any suggestions on how to fix this would be much appreciated!


--
Mike Jenkins
------------------------------------------------------------------------
Mike Jenkins's Profile: http://www.excelforum.com/member.php...o&userid=29588
View this thread: http://www.excelforum.com/showthread...hreadid=492880

  #2   Report Post  
Posted to microsoft.public.excel.misc
Vito
 
Posts: n/a
Default ISNA VLOOKUP any data prefixed with a "C7" cannot be found?


Is C7 just a prefix to a code (e.g C7ABC)?

What does your Vlookup look like now?

Do you only want to lookup the part after the C7?


--
Vito
------------------------------------------------------------------------
Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=492880

  #3   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default ISNA VLOOKUP any data prefixed with a "C7" cannot be found?

It might be that the range in your lookup formula doesn't cover all the
data if you have added new items to the product codes.

Pete

  #4   Report Post  
Posted to microsoft.public.excel.misc
Mike Jenkins
 
Posts: n/a
Default ISNA VLOOKUP any data prefixed with a "C7" cannot be found?


Is C7 just a prefix to a code (e.g C7ABC)?

YES "C7200-I/O-2FE/E"


What does your Vlookup look like now? "

=IF(ISNA(VLOOKUP('Quote Calculator'!A4,'Price
List'!$C$13:$D$28262,2)),"",VLOOKUP('Quote Calculator'!A4,'Price
List'!$C$13:$D$28262,2))"


Do you only want to lookup the part after the C7? - no I require to
lookup the entire product code.

Any suggestions?:)


--
Mike Jenkins
------------------------------------------------------------------------
Mike Jenkins's Profile: http://www.excelforum.com/member.php...o&userid=29588
View this thread: http://www.excelforum.com/showthread...hreadid=492880

  #5   Report Post  
Posted to microsoft.public.excel.misc
Mike Jenkins
 
Posts: n/a
Default ISNA VLOOKUP any data prefixed with a "C7" cannot be found?


Range is all inclusive.

Just seems to miss random product codes.



See lookup formula in above reply....


--
Mike Jenkins
------------------------------------------------------------------------
Mike Jenkins's Profile: http://www.excelforum.com/member.php...o&userid=29588
View this thread: http://www.excelforum.com/showthread...hreadid=492880



  #6   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default ISNA VLOOKUP any data prefixed with a "C7" cannot be found?

Maybe you have spaces at the end of a few codes in the lookup table -
use TRIM() to get rid of these.

Pete

  #7   Report Post  
Posted to microsoft.public.excel.misc
rsenn
 
Posts: n/a
Default ISNA VLOOKUP any data prefixed with a "C7" cannot be found?


In addition to the TRIM function, you may want to used the CLEAN
function on the data table being imported from the other application.


--
rsenn
------------------------------------------------------------------------
rsenn's Profile: http://www.excelforum.com/member.php...o&userid=29050
View this thread: http://www.excelforum.com/showthread...hreadid=492880

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
data validation using vlookup cbra Excel Worksheet Functions 5 October 26th 05 12:24 PM
Vlookup for data contained in a cell Garbunkel Excel Worksheet Functions 5 September 14th 05 06:47 PM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Using VLOOKUP to draw data from two columns Dan Excel Discussion (Misc queries) 5 June 25th 05 12:29 PM
Data Source Name Not Found Justin Tyme Excel Worksheet Functions 0 June 16th 05 11:45 PM


All times are GMT +1. The time now is 05:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"