![]() |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]() Hi everyone, First of all thank you for helping me out. This is what I have Sheet 1 - List of Description C1 = Name (C2 to C20 ) D1 = Description (D2 to D20) E1 = Price (E2 to E20) fe. Watch (C2) Cartier Watch Design from 2009 (D2) 500,000 Dollar (E1) Sheet 2 - Invoice A10 - Here I would wanna refer to a cell in Sheet 1 - (C2 to C20) Is it possible to automatically put the matching description and price in B10 and C10 Thank you |
#2
|
|||
|
|||
![]()
If there is only one watch to look for, sure:
B10: =VLOOKUP(A10,C2:C20,2,FALSE) C10: =VLOOKUP(A10,C2:C20,3,FALSE) |
#3
|
|||
|
|||
![]()
Gebobs, Thank you for your swift response.
What if the list is in another excel document instead of sheet 1. Is it then also possible to refer to another excel document. Let's name that document List2013.exe |
#4
|
|||
|
|||
![]() Quote:
Would it be possible to attach some samples of the sheets you want to use? |
#5
|
|||
|
|||
![]() Quote:
![]() ![]() |
#6
|
|||
|
|||
![]()
Oh, it isn't only just one watch to look for.
Depending on the item to look for, find the matching description and price. |
#7
|
|||
|
|||
![]() Quote:
If watch isn't enough, then what? Watch #3? Watch #2? |
#8
|
|||
|
|||
![]() Quote:
Watch Description Price Armani Armani, blue rubber wrist HK$5,000,000 Armani Gold Armani, gold wrist HK$198,000 Cartier Cartier Jewellery wrist watch HK$248,000 and the list goes on and on. so, there is actually a list of watches, with the matching description and price |
#9
|
|||
|
|||
![]()
I am sorry, here I am again with another question.
Everything is the same, except that I want to use a dropdown list instead of "Name" in A2 (SheetInvoice) Now here it comes: ----------------------------------------------- Suppose that given: Sheet 1 - List of Description C1 = Name (C2 to C20 ) D1 = Description (D2 to D20) E1 = Price (E2 to E20) fe. Watch (C2) Cartier Watch Design from 2009 (D2) 500,000 Dollar (E1) and I want to automatically use sheet 2 for the invoice Sheet 2 - Invoice This time I want to make A10 to A30 a dropdown list. The dropdown list is the list from the 1st sheet (Name) Is it possible to automatically put the matching description and price in B10 and C10 (when you choose a random item in the dropdown list)? Thank you |
#10
|
|||
|
|||
![]()
Thank goodness. I was lost and not much help.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
VLOOKUP looking at another cell for its range | Rich18144 | Excel | 1 | 06-24-2014 07:56 AM |
Change formula cell range based on cell value | Scoth | Excel | 4 | 10-25-2012 07:51 AM |
![]() |
s7y | Excel Programming | 26 | 05-26-2012 08:00 PM |
![]() |
tinfanide | Word VBA | 3 | 04-27-2012 09:48 AM |
![]() |
talkinglens | Excel | 6 | 12-31-2010 08:43 PM |