ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   VLOOKUP Help (https://www.excelbanter.com/excel-discussion-misc-queries/93672-vlookup-help.html)

Big Rick

VLOOKUP Help
 
Hello Folks

Try as I might, I cannot get my head around VLOOKUP.
I would be very grateful if somebody could help me out.

What I want to do is have a list of 1500 products.
On "Products List" sheet.
Col A = Product Code
Col B = Product Description
Col C = Case Quantities
Col D = Price

On a seperate sheet (called Outlet1), I want to enter the product code and
have the description, quantities, and price automatically alter on the next 3
columns.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick

Marcelo

VLOOKUP Help
 
Hi Rick,

try

Col A: Product Code
Col B = vlookup(a2,Sheet1!$a$1:$d$1501,2,0)
Col C = vlookup(a2,Sheet1!$a$1:$d$1501,3,0)
Col D = vlookup(a2,Sheet1!$a$1:$d$1501,4,0)

Does this help?
regards from Brazil
Marcelo





"Big Rick" escreveu:

Hello Folks

Try as I might, I cannot get my head around VLOOKUP.
I would be very grateful if somebody could help me out.

What I want to do is have a list of 1500 products.
On "Products List" sheet.
Col A = Product Code
Col B = Product Description
Col C = Case Quantities
Col D = Price

On a seperate sheet (called Outlet1), I want to enter the product code and
have the description, quantities, and price automatically alter on the next 3
columns.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick


Big Rick

VLOOKUP Help
 
Thank you Marcello. That did the trick. Regards from England.

Perhaps you or someone else could point me in the right direction to website
for VLOOKUP **beginers**.

--
Big Rick


"Marcelo" wrote:

Hi Rick,

try

Col A: Product Code
Col B = vlookup(a2,Sheet1!$a$1:$d$1501,2,0)
Col C = vlookup(a2,Sheet1!$a$1:$d$1501,3,0)
Col D = vlookup(a2,Sheet1!$a$1:$d$1501,4,0)

Does this help?
regards from Brazil
Marcelo





"Big Rick" escreveu:

Hello Folks

Try as I might, I cannot get my head around VLOOKUP.
I would be very grateful if somebody could help me out.

What I want to do is have a list of 1500 products.
On "Products List" sheet.
Col A = Product Code
Col B = Product Description
Col C = Case Quantities
Col D = Price

On a seperate sheet (called Outlet1), I want to enter the product code and
have the description, quantities, and price automatically alter on the next 3
columns.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick


Marcelo

VLOOKUP Help
 
Hi, Rick, thanks for the feedback,
here you a

http://www.bettersolutions.com/excel.aspx

http://www.bettersolutions.com/excel...K747564521.htm

regards
Marcelo

"Big Rick" escreveu:

Thank you Marcello. That did the trick. Regards from England.

Perhaps you or someone else could point me in the right direction to website
for VLOOKUP **beginers**.

--
Big Rick


"Marcelo" wrote:

Hi Rick,

try

Col A: Product Code
Col B = vlookup(a2,Sheet1!$a$1:$d$1501,2,0)
Col C = vlookup(a2,Sheet1!$a$1:$d$1501,3,0)
Col D = vlookup(a2,Sheet1!$a$1:$d$1501,4,0)

Does this help?
regards from Brazil
Marcelo





"Big Rick" escreveu:

Hello Folks

Try as I might, I cannot get my head around VLOOKUP.
I would be very grateful if somebody could help me out.

What I want to do is have a list of 1500 products.
On "Products List" sheet.
Col A = Product Code
Col B = Product Description
Col C = Case Quantities
Col D = Price

On a seperate sheet (called Outlet1), I want to enter the product code and
have the description, quantities, and price automatically alter on the next 3
columns.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick


Big Rick

VLOOKUP Help
 
Thank you once again.

BTW, Sorry above the previous post. I got carried away with the enter key.
--
Big Rick


"Marcelo" wrote:

Hi, Rick, thanks for the feedback,
here you a

http://www.bettersolutions.com/excel.aspx

http://www.bettersolutions.com/excel...K747564521.htm

regards
Marcelo

"Big Rick" escreveu:

Thank you Marcello. That did the trick. Regards from England.

Perhaps you or someone else could point me in the right direction to website
for VLOOKUP **beginers**.

--
Big Rick


"Marcelo" wrote:

Hi Rick,

try

Col A: Product Code
Col B = vlookup(a2,Sheet1!$a$1:$d$1501,2,0)
Col C = vlookup(a2,Sheet1!$a$1:$d$1501,3,0)
Col D = vlookup(a2,Sheet1!$a$1:$d$1501,4,0)

Does this help?
regards from Brazil
Marcelo





"Big Rick" escreveu:

Hello Folks

Try as I might, I cannot get my head around VLOOKUP.
I would be very grateful if somebody could help me out.

What I want to do is have a list of 1500 products.
On "Products List" sheet.
Col A = Product Code
Col B = Product Description
Col C = Case Quantities
Col D = Price

On a seperate sheet (called Outlet1), I want to enter the product code and
have the description, quantities, and price automatically alter on the next 3
columns.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick


Dave Peterson

VLOOKUP Help
 
One mo
http://contextures.com/xlFunctions02.html
(Debra Dalgleish's site)

Big Rick wrote:

Thank you Marcello. That did the trick. Regards from England.

Perhaps you or someone else could point me in the right direction to website
for VLOOKUP **beginers**.

--
Big Rick

"Marcelo" wrote:

Hi Rick,

try

Col A: Product Code
Col B = vlookup(a2,Sheet1!$a$1:$d$1501,2,0)
Col C = vlookup(a2,Sheet1!$a$1:$d$1501,3,0)
Col D = vlookup(a2,Sheet1!$a$1:$d$1501,4,0)

Does this help?
regards from Brazil
Marcelo





"Big Rick" escreveu:

Hello Folks

Try as I might, I cannot get my head around VLOOKUP.
I would be very grateful if somebody could help me out.

What I want to do is have a list of 1500 products.
On "Products List" sheet.
Col A = Product Code
Col B = Product Description
Col C = Case Quantities
Col D = Price

On a seperate sheet (called Outlet1), I want to enter the product code and
have the description, quantities, and price automatically alter on the next 3
columns.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick


--

Dave Peterson


All times are GMT +1. The time now is 04:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com