RE: IF Statement?
- From: Dave <Dave@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 25 Apr 2008 04:43:01 -0700
Hi,
I assume that you already have a table of Items, Product numbers and Bar
codes.
If your drop-down is in A1, and you want the selected product number to
appear in B1 and the selected bar code to appear in C1:
In B1: VLOOKUP(A1,Table_Range, Product_Number_Column,0)
In C1: VLOOKUP(A1,Table_Range, Bar_Code_Column,0)
This would require your Item column to be the first column in your table.
Hope this helps.
Regards - Dave.
"Frazospazo" wrote:
I'm trying to create a spread*** where; when an item is selected from the.
drop down I created; the selected boxes will show the correct information for
that product.
Basically; when I click an object from the drop down list, I want it to then
show the Product number and barcode in seperate boxes...
Any ideas?
- Follow-Ups:
- RE: IF Statement?
- From: Frazospazo
- RE: IF Statement?
- References:
- IF Statement?
- From: Frazospazo
- IF Statement?
- Prev by Date: Conditional Format IF AND
- Next by Date: vlookup
- Previous by thread: IF Statement?
- Next by thread: RE: IF Statement?
- Index(es):