Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to find out if there is a way to do this:
Sheet 1: COL A COL B item 1 price 1 item 2 price 2 item 3 price 3 Sheet 2: (recipie) COL A COL B any item brought from Sheet 1 price of corresponding item HOW DO I GET the price stored on COL B (sheet 1) to show on COL B (Sheet 2) once the item (COL A) is selected? Any ideas? Thanks a million, |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try VLOOKUP. In cell B1 of Sheet 2 enter:
=VLOOKUP(A1,'Sheet 1'!$A$1:$B$3,2,FALSE) Copy down as needed. HTH Elkar "Adyna" wrote: I need to find out if there is a way to do this: Sheet 1: COL A COL B item 1 price 1 item 2 price 2 item 3 price 3 Sheet 2: (recipie) COL A COL B any item brought from Sheet 1 price of corresponding item HOW DO I GET the price stored on COL B (sheet 1) to show on COL B (Sheet 2) once the item (COL A) is selected? Any ideas? Thanks a million, |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
THANK YOU SOOOO MUCH!!! it worked :)
"Elkar" wrote: Try VLOOKUP. In cell B1 of Sheet 2 enter: =VLOOKUP(A1,'Sheet 1'!$A$1:$B$3,2,FALSE) Copy down as needed. HTH Elkar "Adyna" wrote: I need to find out if there is a way to do this: Sheet 1: COL A COL B item 1 price 1 item 2 price 2 item 3 price 3 Sheet 2: (recipie) COL A COL B any item brought from Sheet 1 price of corresponding item HOW DO I GET the price stored on COL B (sheet 1) to show on COL B (Sheet 2) once the item (COL A) is selected? Any ideas? Thanks a million, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Annual Wages Sheet to pick up info from Time Sheet | Excel Worksheet Functions | |||
Cell info tranfers, sheet to sheet | Excel Discussion (Misc queries) | |||
Finding Info from sheet 1 and removing only those rows from sheet | Excel Discussion (Misc queries) | |||
TAKING INFO FROM ONE SHEET AND PRODUCING A LIST IN ANOTHER SHEET | Excel Discussion (Misc queries) | |||
If Info. from one Sheet matches, send it to another sheet | Excel Discussion (Misc queries) |