Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi there,
I am working with my enrollment database and i have problem with my look up value. I am using the last name of my student as my look up value, however, four of my students have the same last name but different first names. When a type the last name only one student name will always appear. How can i solve this problem. To illustrate: Subject: PolSci102 Last Name:_____________ - this is the A2 in my student profile sheet First Name: =vlookup(A2,'PolSci102'!$A$3:$V$749,2,FALSE) - where my problem is Middle Initial: =vlookup(A2,'PolSci102'!$A$3:$V$749,3,FALSE) Class Block No.:=vlookup(A2,'PolSci102'!$A$3:$V$749,4,FALSE) Prelim Grade: Midterm Grade: Pre-Final Grade: Final Grade: similar sample (name not true, sorry if it accidentally identifies someone else) Last Name Column First Name Column Middle Initial dela cruz Juan I. dela Cruz Juana Q. dela Cruz Jessie B. dela Cruz Jason M. Thank you guyz, |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
FWIW
I use a different approach in my Student Grades Manager app where student names are not in separate fields but are listed as... "Lastname, Firstname Middle Initial" ...in the 1st column. The StudentID follows in the 2nd column of the class ledger. The various subject/assignment modules follow in the subsequent columns. Weighted scores are calculated in the last module followed by Final scores (%avg, Grade, PtAvg) are calculated in the last 3 columns via a lookup in a GradesTable. This works well and simplies when uploading grades to a central location. Perhaps you could simplify your project to obviate this issue and any others that may arise?<g -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup to txt file or database | Excel Discussion (Misc queries) | |||
Calculate eligibility/enrollment date | Excel Worksheet Functions | |||
Statistics Plus Minus Enrollment | Excel Worksheet Functions | |||
vlookup and Access Database Table | Excel Discussion (Misc queries) | |||
VLOOKUP in another workbook/Access database | Excel Programming |