Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 231
Default Novice needing help!!!

Hi,
I have a created an invoice, and a stocklist, on separate worksheets in a
workbook using EXCEL 2003. On the stocklist worksheet, I have lot number
1-500 in Column A, and a description for each in Column B, and I want to
enter a number in Columb A on the invoice worksheet and have the
corresponding description come up in Column B on the invoice......So that if
someone buys lot number 100, I can enter "100" into Column A in the invoice
worksheet and have that description show up in Column B.
Your advice will be very much appreciated.
--
Thank you,
Sarah
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 698
Default Novice needing help!!!

Try the VLOOKUP function.....

On the STOCKLIST sheet
A1: LOTNUM
A2:A501 contains Lot Numbers (1:500)
B1: DESC
B2:B501 contains Lot Descriptions

Then
On the INVOICE sheet
A2: (a LOTNUM value)
B2: =IF(A2="","",VLOOKUP(A2,STOCKLIST!$A$2:$B$500,2,0) )

Copy B2 down as far as you need.

Those are the basics. For lots more information on how to use VLOOKKUP see
Debra Dalgleish's website:
http://www.contextures.com/xlFunctions02.html

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Sarah" wrote:

Hi,
I have a created an invoice, and a stocklist, on separate worksheets in a
workbook using EXCEL 2003. On the stocklist worksheet, I have lot number
1-500 in Column A, and a description for each in Column B, and I want to
enter a number in Columb A on the invoice worksheet and have the
corresponding description come up in Column B on the invoice......So that if
someone buys lot number 100, I can enter "100" into Column A in the invoice
worksheet and have that description show up in Column B.
Your advice will be very much appreciated.
--
Thank you,
Sarah

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 231
Default Novice needing help!!!

Thanks so much Ron, it worked!!!!
--
Thank you,
Sarah


"Ron Coderre" wrote:

Try the VLOOKUP function.....

On the STOCKLIST sheet
A1: LOTNUM
A2:A501 contains Lot Numbers (1:500)
B1: DESC
B2:B501 contains Lot Descriptions

Then
On the INVOICE sheet
A2: (a LOTNUM value)
B2: =IF(A2="","",VLOOKUP(A2,STOCKLIST!$A$2:$B$500,2,0) )

Copy B2 down as far as you need.

Those are the basics. For lots more information on how to use VLOOKKUP see
Debra Dalgleish's website:
http://www.contextures.com/xlFunctions02.html

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Sarah" wrote:

Hi,
I have a created an invoice, and a stocklist, on separate worksheets in a
workbook using EXCEL 2003. On the stocklist worksheet, I have lot number
1-500 in Column A, and a description for each in Column B, and I want to
enter a number in Columb A on the invoice worksheet and have the
corresponding description come up in Column B on the invoice......So that if
someone buys lot number 100, I can enter "100" into Column A in the invoice
worksheet and have that description show up in Column B.
Your advice will be very much appreciated.
--
Thank you,
Sarah

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 698
Default Novice needing help!!!

My first post had a typo in a range ref to the STOCKLIST sheet
......this one is corrected.

Try the VLOOKUP function.....

On the STOCKLIST sheet
A1: LOTNUM
A2:A501 contains Lot Numbers (1:500)
B1: DESC
B2:B501 contains Lot Descriptions

Then
On the INVOICE sheet
A2: (a LOTNUM value)
B2: =IF(A2="","",VLOOKUP(A2,STOCKLIST!$A$2:$B$501,2,0) )

Copy B2 down as far as you need.

Those are the basics. For lots more information on how to use VLOOKKUP see
Debra Dalgleish's website:
http://www.contextures.com/xlFunctions02.html

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Sarah" wrote:

Hi,
I have a created an invoice, and a stocklist, on separate worksheets in a
workbook using EXCEL 2003. On the stocklist worksheet, I have lot number
1-500 in Column A, and a description for each in Column B, and I want to
enter a number in Columb A on the invoice worksheet and have the
corresponding description come up in Column B on the invoice......So that if
someone buys lot number 100, I can enter "100" into Column A in the invoice
worksheet and have that description show up in Column B.
Your advice will be very much appreciated.
--
Thank you,
Sarah

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
Needing a formula jjwho Excel Discussion (Misc queries) 1 January 15th 07 04:04 AM
NEEDING FORMULA Please laurie g Excel Worksheet Functions 3 September 12th 06 03:16 AM
Needing Help Very Bad Mike Excel Worksheet Functions 6 July 19th 06 07:23 AM
Is there any way around needing a password for a database? Scott Kershaw Excel Discussion (Misc queries) 1 January 19th 05 02:54 PM
Needing to know how to use a "and" in a formula.... Eric Excel Worksheet Functions 1 November 4th 04 06:47 PM


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

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"