#1   Report Post  
Posted to microsoft.public.excel.misc
rlenz
 
Posts: n/a
Default excel programing

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   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default excel programing

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   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default excel programing


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
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
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Open Excel 2003 from Windows Explorer pmpjr Excel Discussion (Misc queries) 9 September 11th 06 03:58 PM
Need suggestions for some uses of Ms Excel Bible John Excel Discussion (Misc queries) 1 February 27th 06 05:30 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


All times are GMT +1. The time now is 02:17 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"