Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 95
Default If - Then statement

I have a drop menu with part numbers, which I pull from another sheet, there
are descriptions associated to those part numbers.

What I want to do is on the drop menu sheet when Part number A is selected
in the drop menu of C7 cell then display the part description in D7 for part
number A

There are about 10 part numbers to choose from

Any help would be greatly appreciated

Thanks in advance

--
Neall
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default If - Then statement

Use VLOOKUP(). See:

http://www.contextures.com/xlFunctions02.html
--
Gary''s Student - gsnu200848


"Neall" wrote:

I have a drop menu with part numbers, which I pull from another sheet, there
are descriptions associated to those part numbers.

What I want to do is on the drop menu sheet when Part number A is selected
in the drop menu of C7 cell then display the part description in D7 for part
number A

There are about 10 part numbers to choose from

Any help would be greatly appreciated

Thanks in advance

--
Neall

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 440
Default If - Then statement

I'd use VLOOKUP function.
If your codes are in Sheet2! A1:A10 and the decriptions for the codes are on
the same sheet in B1:B10,in D7 put:
=VLOOKUP(C7,Sheet2!A1:A10,2) and copy down as necessary
--
Traa Dy Liooar

Jock


"Neall" wrote:

I have a drop menu with part numbers, which I pull from another sheet, there
are descriptions associated to those part numbers.

What I want to do is on the drop menu sheet when Part number A is selected
in the drop menu of C7 cell then display the part description in D7 for part
number A

There are about 10 part numbers to choose from

Any help would be greatly appreciated

Thanks in advance

--
Neall

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 95
Default If - Then statement

Thank you both, very helpful I now have a new question

I have Customer A (with a customer number) who has multiple parts under
their entitlement which correspond to descriptions

The question here is how can I just using the customers number via a drop
menu pull all parts they are entitled to along with the part description

each category are in their own column and row and thats how I want it
displayed in the spreadsheet

sample data column is

Column A 1,2,3....= Customer name
Column B 1,2,3... = part number
Column C 1,2,3... = Description
Column D 1,2,3....= Quantity

in the new spreadsheet using a drop menu I would choose the customer number
and using the Vlookup provided earlier I can pull up the customer name so
that works

I tried to use the vlookup to pull up every part number associated to the
customer number and place each part number and description they were
entitled to in a separate row but however that does not seem to be working.

Any suggestions?

Thanks in advance








--
Neall


"Jock" wrote:

I'd use VLOOKUP function.
If your codes are in Sheet2! A1:A10 and the decriptions for the codes are on
the same sheet in B1:B10,in D7 put:
=VLOOKUP(C7,Sheet2!A1:A10,2) and copy down as necessary
--
Traa Dy Liooar

Jock


"Neall" wrote:

I have a drop menu with part numbers, which I pull from another sheet, there
are descriptions associated to those part numbers.

What I want to do is on the drop menu sheet when Part number A is selected
in the drop menu of C7 cell then display the part description in D7 for part
number A

There are about 10 part numbers to choose from

Any help would be greatly appreciated

Thanks in advance

--
Neall

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
Embedding an OR statement in an IF statement efficiently Chatnoir11 Excel Discussion (Misc queries) 4 February 2nd 09 08:12 PM
If statement or lookup statement not sure Renegade40 Excel Worksheet Functions 2 January 18th 09 06:11 AM
Sum if statement with a left statement Eric D Excel Discussion (Misc queries) 4 July 23rd 08 05:31 PM
appending and IF statement to an existing IF statement spence Excel Worksheet Functions 1 February 28th 06 11:00 PM
If statement and Isblank statement Rodney C. Excel Worksheet Functions 0 January 18th 05 08:39 PM


All times are GMT +1. The time now is 05:16 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"