Skip to content

RoshanRajcmd/gsheets-job-application-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Œ Job Application Tracker Setup Guide

This guide explains how to set up the Google Sheets Job Application Tracker along with the Google Apps Scripts that automate follow-up reminders.


βš™οΈ Setup Steps

  1. Prepare the Google Sheet

    • Create a new Google Sheet.

    • Add the following headers in Row 1:

      Application ID | Company | Position / Role | Location | Date Applied | Application Link | Job Type | HR Contact Name | HR Contact Email / Linkedin ID | Status | Detailed Status | Follow-Up / Interview Date | No Reply | My Mobile number provided | My Mail ID provided | Version of Resume Provided | Notes | Salary Allocated
      
  2. Open Script Editor

    • In Google Sheets, click Extensions > Apps Script.
    • Create two script files:
      • followUpReminder.gs β†’ Popup reminder script.
      • tagFollowUpRows.gs β†’ Auto-tag rows for follow-up.
  3. Add the Scripts codes of mine

  4. Authorize Scripts

    • The first time you run the script, Google will ask for authorization.
    • Accept and allow it to run.
  5. Test

    • Enter a row with a Follow-Up / Interview Date at least 7 days old and a status other than "0 - To Applied" or "Rejected".
    • Reload the sheet β†’ you should see a popup reminder.

πŸ“Š Column Reference Table

Column Index (for code) Header Name Expected Type
A 0 Application ID String / Number
B 1 Company String
C 2 Position / Role String
D 3 Location String
E 4 Date Applied Date
F 5 Application Link URL / String
G 6 Job Type String
H 7 HR Contact Name String
I 8 HR Contact Email / Linkedin ID String / Email / URL
J 9 Status String (enum)
K 10 Detailed Status String
L 11 Follow-Up / Interview Date Date
M 12 No Reply Auto-filled String
Q 13 Notes String (multi-line)
R 14 Salary Allocated Number / String

βœ… Done! Your sheet will now automatically remind you of jobs that need follow-up and mark them in the No Reply column or whenever you open the sheet.

About

Job application tracker App scripts for your google sheet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published