Sale!

Internship Tracker Data Entry System in Excel

Original price was: ₹1,199.00.Current price is: ₹699.00.

  • Seven-field entry form – Intern Name, Company, Department, Start Date, Monthly Stipend, Mentor, Status
  • Add, Update, Delete, Reset buttons – real VBA macros, not formulas
  • Automatic IT-0001 Record ID – plus an entry timestamp on every row
  • Update by ID – double-click an intern to load the record back into the form, wherever it has been sorted to
  • Four live stat cards – Total Interns, Total Monthly Stipend, Active Interns, Completed Interns
  • Three dropdown lists you own – 12 companies, 12 departments, 9 internship statuses
  • 199 pre-formatted rows – rows 15 to 213 already validated and formatted
  • Honest about its limits – Start Date only (no end date or duration), no evaluations or attachments, and Total Monthly Stipend sums every row whatever its status
  • Windows desktop Excel, single user, one .xlsm file you own outright
- +
,

💡 Buy any 2 templates and save 20% automatically at checkout.

The Internship Tracker Data Entry System in Excel is a four-sheet macro-enabled workbook that files one intern at a time through a seven-field form and drops the record into a ten-column table with its own IT-0001 style Record ID and an automatic entry timestamp. Four live stat cards sit above the form – Total Interns, Total Monthly Stipend, Active Interns and Completed Interns – and recalculate straight from the records. Built by PK, a Microsoft Certified Professional, and hand-tested before release. Instant download, lifetime access, no subscription, and a 30-day refund if the workbook is not what this page describes.

Internship Tracker Data Entry System in Excel showing four stat cards, the seven-field intern form and the intern records table

Key Features of the Internship Tracker Data Entry System in Excel

  • Seven-field entry form – Intern Name, Company, Department, Start Date, Monthly Stipend, Mentor and Status, stacked down the middle of the Data Entry sheet.
  • Four VBA buttons – Add (green), Delete (red), Update (gold) and Reset (teal). They run real macros named Add_Record, Update_Record, Delete_Record and Reset_Form, so the file has to be opened in Excel for Windows with content enabled.
  • Automatic Record ID – every intern is filed as IT-0001, IT-0002 and onward, so two interns with the same name never collide.
  • Entry TimeStamp column – the date and time the row was created is written for you, in dd-mmm-yyyy hh:mm:ss AM/PM, separately from the Start Date you type.
  • Update by ID, not by row – double-click any record to pull it back into the form; the macro remembers its Record ID in a hidden cell and finds the row again wherever it has been sorted to.
  • Four live stat cards – Total Interns, Total Monthly Stipend, Active Interns and Completed Interns, driven by COUNTA, SUM and two COUNTIFs over the records table. Read the honest note further down on what these cards do and do not count.
  • Three dropdown lists you own – 12 companies, 12 departments and 9 internship statuses, all edited on the Setting sheet.
  • 199 pre-formatted record rows – rows 15 to 213 already carry the dropdowns, the dd-mmm-yyyy date format, the currency format on the stipend and the timestamp format.
  • Delete asks first – the confirmation box names the Record ID it is about to remove.
  • A How To Use sheet inside the file – six short sections, so nobody has to come back to this page to remember how Update works.

What’s Inside the Internship Tracker Data Entry System in Excel

The download is a ZIP containing one macro-enabled workbook, Internship_Tracker_System.xlsm (about 70 KB). It has exactly four sheets and no other files.

1. Data Entry. The working sheet. A deep-red title banner, the four stat cards, the seven-field form, the Add / Delete / Update / Reset buttons, and below them the records table: S.No., Record ID, Intern Name, Company, Department, Start Date, Monthly Stipend, Mentor, Status, Entry TimeStamp. Six sample interns ship with it – Aisha Rahman on Software Engineering at TechNova Solutions, Marcus Lopez on Data Analytics at Greenfield Analytics, Sofia Bianchi in Marketing at Horizon Media, Liam OConnor in Finance at Summit Financial Group, Hana Kimura in Quality Assurance at Quantum Software and Daniel Mbeki in Operations at Pioneer Logistics – so you can watch Add, Update and Delete work before you clear them out.

Setting sheet of the Internship Tracker Data Entry System listing companies, departments, internship statuses and the four KPI cards

2. Setting. Three editable lists and the four real stat cards. Company List ships with TechNova Solutions, BluePeak Systems, Greenfield Analytics, Summit Financial Group, Horizon Media, Vertex Manufacturing, Cornerstone Health, Pioneer Logistics, Brightline Consulting, Nexus Energy, Quantum Software and Meridian Retail. Department List holds Software Engineering, Data Analytics, Marketing, Human Resources, Finance, Operations, Sales, Product Management, Design, Customer Support, Research and Development and Quality Assurance. Status List is Applied, Interviewing, Offered, Active, On Hold, Completed, Extended, Terminated and Withdrawn. Replace any of them with your own host companies, teams and stages and every dropdown follows.

3. Instructions. The sheet whose banner reads How To Use – six sections covering entering records, updating without re-selecting the row, deleting, how the stat cards work, editing the dropdown lists, and enabling macros.

4. Get More Templates. Links back to the NextGenTemplates store.

What This Workbook Is Not

This is an intern register, not an internship management platform, and the page you are reading is written from the file itself rather than from a marketing brief.

  • There is no end date. The table records Start Date and nothing else about the calendar – no expected end date, no duration in weeks, no days-remaining column and no alert when an internship is about to finish.
  • Total Monthly Stipend is an unfiltered SUM. Setting!I13 = SUM('Data Entry'!$G$15:$G$1048576) adds every Monthly Stipend in the table regardless of Status. On the shipped sample data the card reads $6,550, but only the three Active interns account for $3,600 of that – the rest belongs to two Completed interns and one who is still at Offered. Treat the card as “stipend recorded”, not “payroll this month”.
  • Only two of the nine statuses have a card. Active Interns and Completed Interns are COUNTIFs; Applied, Interviewing, Offered, On Hold, Extended, Terminated and Withdrawn are counted nowhere. That is why 3 + 2 does not reconcile to Total Interns 6 on the sample data.
  • Total Interns counts the Intern Name column. Setting!G13 = COUNTA('Data Entry'!$C$15:$C$1048576) counts column C, not the Record ID in column B, so a row saved without a name is stored but never counted. Repointing it at column B is a one-cell edit.
  • The stipend card hides cents. The Total Monthly Stipend cell is formatted "$"#,##0 while the table column is "$"#,##0.00, so a total of $6,550.40 would render as $6,550 on the card.
  • The three dropdown ranges are fixed, and all three are exactly full. CompanyList is Setting!$A$3:$A$14 (12 of 12), DepartmentList is $C$3:$C$14 (12 of 12) and StatusList is $E$3:$E$11 (9 of 9). The How To Use sheet says the lists update on their own – a 13th company typed under the list will not reach the dropdown until the range is widened in Formulas > Name Manager. Replacing an existing entry works immediately; adding a new one does not.
  • No stipend paid to date and no cost of the cohort. Monthly Stipend is a single monthly figure per intern; nothing multiplies it by the months served or accumulates what has actually been paid.
  • No mentor, department or company summary. There is no count of how many interns a mentor is carrying, no per-department breakdown and no charts anywhere in the file – one table and four counts.
  • No documents, evaluations, attendance or timesheets. No resume or offer-letter attachments, no performance or feedback scores, no daily attendance, no conversion-to-hire field and no email or reminders.
  • Windows desktop Excel only, one file and one editor at a time, 199 pre-formatted rows out of the box.

Internship Tracker Data Entry System in Excel vs. a Google Sheets Form vs. Internship Management Software – Where This Fits

This Excel systemA Google Sheets formInternship / HR software
Cost$6.99 onceFree, build it yourself$15-$100 per month
PlatformExcel for Windows, desktopBrowser, any deviceBrowser, sometimes mobile
Setup timeAbout 10 minutes to swap the three listsHours of buildingDays, plus onboarding
Unique ID and timestamp per internYes, automaticBuild it yourselfYes
Tracks internship end date or durationNo – Start Date onlyBuild it yourselfYes
Stipend paid to date, payroll exportNo – one monthly figure per internBuild it yourselfYes
Evaluations, feedback, conversion to hireNoBuild it yourselfYes
Resume and offer-letter attachmentsNoLink them yourselfYes
Two people entering at onceNo – one file, one editorYesYes
Works on a phoneNo – the VBA buttons need the desktop appYesUsually
Owns its own data fileYes – one .xlsm you keepIn your Google accountIn the vendor’s system
Year-1 cost$6.99$0$180-$1,200

Who This Template Is For – and Who It’s Not For

It is for the one person who actually keeps the intern list: an HR generalist at a 20-200 person company running a handful of interns at a time, a college placement or training-and-placement officer recording who went where, an agency co-ordinator placing students with host companies, or a department head who wants to know which of his interns are Active and who is mentoring them. One person, one file, on a Windows PC.

It is not for anyone who needs end dates and duration alerts, stipend paid to date, evaluation scores, attendance, resume or offer-letter storage, or a conversion-to-full-time pipeline – none of that is in the file. It is not for two co-ordinators entering at the same time, and it is not for phones or Excel for the web. If you want charts, trends and KPI reporting across a whole internship programme rather than a register of interns, start with the Internship Program KPI Dashboard in Excel instead. If it is the applications ahead of the internship you need to track, the Internship Application Tracker in Excel is the one to look at.

How to Use the Internship Tracker Data Entry System in Excel

  1. Unzip the download and open the .xlsm in Excel on Windows. Click Enable Content on the yellow bar. If the file came by e-mail, right-click it first, choose Properties and tick Unblock.
  2. Go to the Setting sheet and replace the three lists with your own host companies, departments and internship stages. Keep the counts the same where you can – the ranges are fixed at 12, 12 and 9, so a longer list needs the named range widened in Name Manager.
  3. Back on Data Entry, delete the six sample interns once you have seen the buttons work.
  4. Fill the form and click Add. The intern lands in the table with an IT-style Record ID and a timestamp; Reset clears the form for the next one.
  5. To correct a record, double-click its row, edit the form and click Update. To remove one, load it and click Delete, then confirm the Record ID shown.
  6. Move interns through the Status column as they progress – Applied to Interviewing to Offered to Active, and finally Completed. Watch the four cards recalculate, remembering that Total Monthly Stipend adds every row whatever its status.

Real-World Use Cases

An HR generalist at a 60-person software company. Eight to twelve interns a semester across Software Engineering, Data Analytics and Design. Each one is added the day the offer is accepted with Status set to Offered, flipped to Active on the first day, and to Completed at the end. The Active Interns card is the number she quotes in the Monday management call.

A college training-and-placement officer. He records every student against the host company and mentor, keeps Status on Applied or Interviewing while the placement is being negotiated, and filters the Company column to see how many students each employer has taken this year.

An agency placing interns with client firms. The co-ordinator uses Monthly Stipend as the agreed figure per placement and the Mentor column for the client-side supervisor, then sorts by Start Date to see who is joining next week. Anyone who drops out is set to Withdrawn or Terminated rather than deleted, so the history survives.

Frequently Asked Questions

Do I have to enable macros?

Yes. Add, Update, Delete and Reset are VBA. Without macros enabled the buttons do nothing, though you can still type directly into the table because those columns carry the same dropdowns.

Will it work on a Mac, on Excel for the web, or in Google Sheets?

It is built and tested for Microsoft Excel on Windows desktop. Excel for the web does not run these macro buttons, and Google Sheets cannot run VBA at all.

Does it track the internship end date or how many weeks are left?

No. Start Date is the only date field on the record, and there is no duration, end date or days-remaining column anywhere in the workbook. If you need one, add a column of your own beside the table – the form and its four buttons will keep working on the seven fields they know.

Why does Total Monthly Stipend look higher than what I am paying this month?

Because it sums the Monthly Stipend of every row regardless of Status. On the sample data it reads $6,550, while the three Active interns account for $3,600 – the balance belongs to two Completed interns and one at Offered. Filter or subtotal the Monthly Stipend column by Status when you want the current month’s cost.

Why do the Active and Completed cards not add up to Total Interns?

Because only two of the nine statuses have a card. Applied, Interviewing, Offered, On Hold, Extended, Terminated and Withdrawn are counted nowhere, so on the sample data 3 Active plus 2 Completed leaves one intern at Offered unaccounted for in the cards.

How many interns can it hold?

Rows 15 to 213 are pre-formatted and validated, which is 199 records out of the box. You can carry on past row 213, but you would need to extend the data validation yourself.

Can I add my own companies or departments to the dropdowns?

You can replace any of the twelve companies, twelve departments or nine statuses on the Setting sheet freely. Adding a thirteenth needs one extra step: the named ranges CompanyList (A3:A14), DepartmentList (C3:C14) and StatusList (E3:E11) are fixed and all three are exactly full, so widen the one you need in Formulas > Name Manager or the new entry will not appear in the dropdown.

Can I add fields such as college, phone number or a supervisor rating?

You can add columns to the table by hand and type into them. The form and its four buttons stay at the seven fields shown unless the VBA behind them is edited.

What happens if I sort the table?

Nothing breaks. Update and Delete match on Record ID rather than row position, which is exactly why the ID exists. The S.No. column is a simple row-position number and is rewritten as records are added and removed.

Can I change the stat cards?

Yes. The four cards on the Data Entry sheet are linked pictures of the real cards in row 12 and 13 of the Setting sheet, so editing the formula or the colour there updates the picture. That is also where you would repoint Total Interns at the Record ID column, or narrow Total Monthly Stipend to Active interns only with a SUMIF.

Does it store resumes, offer letters or evaluation scores?

No. There are no attachments, no document links, no feedback or performance ratings and no conversion-to-hire field. This is the register of who is interning where, under whom, on what stipend, at what stage.

About the Author

Built by PK – Microsoft Certified Professional with 15+ years of Excel, Google Sheets, and Power BI experience. Founder of NextGenTemplates, reaching 300K+ subscribers across YouTube channels. Every template is hand-built and tested before release.

Explore Related Templates

How To Use sheet inside the Internship Tracker Data Entry System explaining entering, updating and deleting intern records

Add the Internship Tracker Data Entry System in Excel to your cart and your first intern will be on the register, with a Record ID and a timestamp, about ten minutes after the download finishes. Instant download, lifetime access, free updates to this file. A full sheet-by-sheet walkthrough is on the blog: Internship Tracker Data Entry System in Excel.

Watch the step-by-step video Demo:

Last updated: 2 September 2026.

You may also like…

Internship Tracker Data Entry System in Excel - intern entry form, four stat cards and the intern records tableInternship Tracker Data Entry System in Excel
Original price was: ₹1,199.00.Current price is: ₹699.00.
- +
Scroll to Top