Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a simple 200 member database and want to use bar code id badges for
class check in and out. I created the badges and now need to use the id number on the badge to lookup 3 collums of that persons data when i scan the bar code and post it on a new sheet. Sounds so simple but i dont know where to start. Help Thank You |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Look at VLOOKUP in help
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "rlenz" <u20976@uwe wrote in message news:5ef5d28e9891e@uwe... I have a simple 200 member database and want to use bar code id badges for class check in and out. I created the badges and now need to use the id number on the badge to lookup 3 collums of that persons data when i scan the bar code and post it on a new sheet. Sounds so simple but i dont know where to start. Help Thank You |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You could lookup a lookup. A two-column table of badges with Badge Number and PersonID to which the badge is allocated. A multi-column Person table for each person with (say) PersonID, Name, Other bits, Class1, Class2, Class3, Class4 etc. - thus Class1-Class3 being the 3 columns you need. To extract your data, assume the barcode is scanned into Column A, say from cell A222 onwards, and the first table data is in C2 to D201 for your 200 badges, the second table is in F2 to M201 for your 200 employees, Then, in B222 put =VLOOKUP(VLOOKUP($A222,$C$2:$D$201,2,FALSE),$F$2:$ M$201,COLUMN()+2,FALSE) You can then formula drag this 2 columns rightwards, to cover the 3 data columns you require, then downwards to cover the key numbers that are allocated. Translated the formula is: lookup on bagde to get PersonID lookup on that PersonID to get details from the person table, which is 7 columns from G to M Hope this gives you some ideas, the tables can, of course, be stored on other sheets, and perhaps be Named Ranges. -- rlenz Wrote: I have a simple 200 member database and want to use bar code id badges for class check in and out. I created the badges and now need to use the id number on the badge to lookup 3 collums of that persons data when i scan the bar code and post it on a new sheet. Sounds so simple but i dont know where to start. Help Thank You -- Bryan Hessey ------------------------------------------------------------------------ Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059 View this thread: http://www.excelforum.com/showthread...hreadid=533696 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop excel from dropping the 0 in the beginning of a number? | Setting up and Configuration of Excel | |||
Open Excel 2003 from Windows Explorer | Excel Discussion (Misc queries) | |||
Need suggestions for some uses of Ms Excel | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) |