Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50254

Need to be able to indentify each row that belongs to that specific user

$
0
0
I have a file that is imported from the district's server. I do not have a choice on how it is formatted so it causes problems for me to upload to my database. How can I get the staff members name associated with each of the row that belongs to them For example.

Smith, Paul has 6 rows assigned to his name and StaffID but it is setup in a block. I want to be able to import each of his rows identified to him.

Code:

31117        Smith, Paul          1              S24-25                                    BIO        216        25        17
                            3              S24-26                                    BIO        216        25        21
                            4              S24-27                                    BIO        216        25        24
                            5              S24-28                                    BIO        216        25        19
                            6              S24-29                                    BIO        216        25        22
                            7              S24-30                                    BIO        216        25        25

So under the Staff ID and name I want it to show on each row the staff ID and name. This will help me upload to my database much quicker and without error. Hope this makes sense. Thank you.

I attached a sample file that is downloaded from their database. TeacherList_ForumExampleDec12012.xlsx

Viewing all articles
Browse latest Browse all 50254

Trending Articles