Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-04-2010, 08:51 AM
Delson Delson is offline Is this possible using the Vlookup or any other function? Windows XP Is this possible using the Vlookup or any other function? Office 2003
Novice
Is this possible using the Vlookup or any other function?
 
Join Date: Feb 2010
Posts: 2
Delson is on a distinguished road
Default Is this possible using the Vlookup or any other function?

Hi



I have been struggling to find a a quick way of referencing two spreadsheets to find matches on rows. When there is a match i want to bring the value of another cell on the same row across!

We are often trying to match spreadsheets of customers purchasing requirements against out current stock holding. They will send us a list of the manufacturer part numbers they are looking for and how many. I need to reference this against my stock list, find out how many i have and the price.

Is this possible?
Reply With Quote
  #2  
Old 02-05-2010, 11:18 AM
FraserKitchell FraserKitchell is offline Is this possible using the Vlookup or any other function? Windows XP Is this possible using the Vlookup or any other function? Office 2007
Novice
 
Join Date: Dec 2009
Posts: 21
FraserKitchell is on a distinguished road
Default

This sounds very doable. Can you post a small example? Thanks,

Fraser
Reply With Quote
  #3  
Old 02-08-2010, 02:24 AM
Delson Delson is offline Is this possible using the Vlookup or any other function? Windows XP Is this possible using the Vlookup or any other function? Office 2003
Novice
Is this possible using the Vlookup or any other function?
 
Join Date: Feb 2010
Posts: 2
Delson is on a distinguished road
Default

I have almost cracked it by using parts of formulas i found on other threads. I am using the following formula

=IF(ISERROR(VLOOKUP(A21,Sheet2!$I$2:Sheet2!$J$6498 ,2,0)),"Not in List",VLOOKUP(A21,Sheet2!$I$2:Sheet2!$J$6498,2,0))

However i also want to display the values in col L, how would i change this formula to show those values?
Reply With Quote
  #4  
Old 02-08-2010, 11:22 AM
FraserKitchell FraserKitchell is offline Is this possible using the Vlookup or any other function? Windows XP Is this possible using the Vlookup or any other function? Office 2007
Novice
 
Join Date: Dec 2009
Posts: 21
FraserKitchell is on a distinguished road
Default

I'm still not sure what exactly you are trying to do...displace column L in a seperate cell or in the same cell. Since these are both text values, you might be looking for a =CONCATENATE( function, which will splice text from two cells together.
Reply With Quote
  #5  
Old 02-08-2010, 01:27 PM
ConneXionLost's Avatar
ConneXionLost ConneXionLost is offline Is this possible using the Vlookup or any other function? Windows XP Is this possible using the Vlookup or any other function? Office 2003
Simulacrum
 
Join Date: Jan 2010
Location: Victoria, Canada
Posts: 86
ConneXionLost is on a distinguished road
Default

Hi Delson,

Try this:

Code:
=IF(ISNA(MATCH(A21,Sheet2!$I$2:Sheet2!$I$6498,0)),"Not in List",VLOOKUP(A21,Sheet2!$I$2:Sheet2!$L$6498,4,0))
Cheers,
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Vlookup & IF together thelauncher Excel 5 08-25-2013 11:32 PM
vlookup question Tony G Excel 9 03-28-2009 11:16 PM
Is this possible using the Vlookup or any other function? Vlookup and If statement problem bunnygum Excel 1 03-24-2009 05:10 AM
Is this possible using the Vlookup or any other function? Need help on what function to use??? Primeraman Excel 1 06-13-2006 10:16 AM
Help with Combination function sanasath Excel 0 12-13-2005 07:24 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:11 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft