Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Selected date from a list

I have a list of part numbers on one Worksheet in a Workbook. There are 110
rows of data with 3 columns of information associated with each part number
(qty, pt number, price) I want to have another worksheet in my workbook
automatically populated with all 3 columns of information only for the items
where a user has indicated a selected qty for each part number...how do I
accomplish this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Selected date from a list

Fritz,

The solution will depend on whether your part number is in the first or second column of the other
sheet.

IF it is in the FIRST column, then use
=IF(qty0,VLOOKUP(partnumber,Address of 3 columns of Table in $$ form, 2 for quantity or 3 for
price, False), "")

It will look like
=IF(B20,VLOOKUP(A2, Sheet1!$A$1:$C$110, 3, False), "")

If it is in the SECOND column, then use

=IF(qty0,INDEX(FirstColumn, MATCH(partnumber,second col of Table in $$ form, False),"")
It will look like

=IF(B20 ,INDEX(Sheet1!$A:$A, MATCH(A2, Sheet1!$B:$B, False),"")

HTH,
Bernie
MS Excel MVP


"Fritz" wrote in message
...
I have a list of part numbers on one Worksheet in a Workbook. There are 110
rows of data with 3 columns of information associated with each part number
(qty, pt number, price) I want to have another worksheet in my workbook
automatically populated with all 3 columns of information only for the items
where a user has indicated a selected qty for each part number...how do I
accomplish this?



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
List to select up to 6 selected responses Ellen Excel Discussion (Misc queries) 4 May 12th 07 05:20 PM
Printing selected parts of a list.... Daniel R Excel Worksheet Functions 2 April 4th 07 03:40 AM
Extracting selected records from longer list Heidi Excel Discussion (Misc queries) 3 November 8th 06 05:51 PM
A validated List which link to selected cells according to what is selected on the list WL Excel Worksheet Functions 1 June 5th 06 08:52 PM
Value selected on drop down list, look-up on different sheet liseladele Excel Worksheet Functions 3 March 22nd 06 02:24 AM


All times are GMT +1. The time now is 01:05 PM.

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"