Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default I need help with a simple vlookup formula


I have a workbook with two worksheets in it

worksheet A contains (starting in row 2)

A - Product ID
B - Part Number
C - List Price
D - Customer Price

worksheet B contains (starting in row 2)

A - Part Number
B - Price

I need to put a formula in the customer Price cell of worksheet A that
will lookup the matching part number in worksheet B and use the price
in cell b of worksheet B to populate cell d of worksheet A.

I get daily price updates from a vendor daily and need a way to update
prices on over 4,000 products with the updates they send me.

Thanks in advance,

Sincerely

pj


--
phjohnso
------------------------------------------------------------------------
phjohnso's Profile: http://www.excelforum.com/member.php...o&userid=37403
View this thread: http://www.excelforum.com/showthread...hreadid=571140

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default I need help with a simple vlookup formula


Assuming Worksheet B is in the same workbook as Worksheet A this should
work:

In column D of worksheet A

=VLOOKUP(B1,Worksheet B!A1:B65535,2,TRUE)

and copy the formula down the D column


Remember Worksheet B must be in ascending order


--
Special-K


------------------------------------------------------------------------
Special-K's Profile: http://www.excelforum.com/member.php...fo&userid=7470
View this thread: http://www.excelforum.com/showthread...hreadid=571140

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default I need help with a simple vlookup formula

Try this:

=VLOOKUP(B2,SheetB!$A$2:$B$4000,2,0)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"phjohnso" wrote in
message ...

I have a workbook with two worksheets in it

worksheet A contains (starting in row 2)

A - Product ID
B - Part Number
C - List Price
D - Customer Price

worksheet B contains (starting in row 2)

A - Part Number
B - Price

I need to put a formula in the customer Price cell of worksheet A that
will lookup the matching part number in worksheet B and use the price
in cell b of worksheet B to populate cell d of worksheet A.

I get daily price updates from a vendor daily and need a way to update
prices on over 4,000 products with the updates they send me.

Thanks in advance,

Sincerely

pj


--
phjohnso
------------------------------------------------------------------------
phjohnso's Profile:

http://www.excelforum.com/member.php...o&userid=37403
View this thread: http://www.excelforum.com/showthread...hreadid=571140


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default I need help with a simple vlookup formula


perfect - thanks for the help

sincerely

pj


--
phjohnso
------------------------------------------------------------------------
phjohnso's Profile: http://www.excelforum.com/member.php...o&userid=37403
View this thread: http://www.excelforum.com/showthread...hreadid=571140

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
Lookup Data in two seperate Spreadsheets Padraig Excel Worksheet Functions 6 June 28th 06 03:05 PM
If / Vlookup Formula Help €¦!! Monk Excel Discussion (Misc queries) 3 February 3rd 06 09:23 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
IF / VLOOKUP formula won't work until saved tawtrey(remove this )@pacificfoods.com Excel Worksheet Functions 2 August 4th 05 11:55 PM
How do I use Range Names listed in a VLookup table in a formula? Essbasedvlpr32 Excel Worksheet Functions 3 December 15th 04 10:11 PM


All times are GMT +1. The time now is 04:34 AM.

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

About Us

"It's about Microsoft Excel"