Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
How can I use Inded and Match function on VBA to populate certain form fields? For eg: I have a userform where Users input: Roll No(Unique to every student): Last Name : First Name : Subject1 : Ph No: What I want to do is: Once Users Input Their Roll No, I want to populate their Last Name, First Name, Subject1 and Ph No. Also the roll number might not be in descending order, Hence I want to use somethign like Index and Match function, So once a student Inputs the roll number, It will match the roll number and populate other fields respectively The button to launch the Form is on Sheet1 and All the student data is in Sheet2. Hope I made it clear Thanks in Advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF INDEX and MATCH function together | Excel Worksheet Functions | |||
Using Index, Match and Search to populate items to a calendar view | Excel Discussion (Misc queries) | |||
index match array function-returning only first match, need last. | Excel Worksheet Functions | |||
INDEX/MATCH formula in VBA to populate text boxes | Excel Programming | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |