Educational Blog

How to Create a Source Tracking Spreadsheet

Learn how to build a practical source tracking spreadsheet for research, journalism, content planning, and project documentation.

A source tracking spreadsheet gives every fact, quote, statistic, image, and reference in your project a clear record of origin. With a few carefully chosen columns, you can make research easier to verify, update, share, and reuse.

Decide What Your Spreadsheet Must Track

Before opening Excel or Google Sheets, define what “source” means for your project. A source might be a news article, government report, academic paper, interview, company filing, book, database, image, video, or social media post. The right structure depends on how much detail you need and how often the information will be checked.

For a simple article, you may only need the source title, URL, author, publication date, and notes. For investigative research or a large content project, you may also need claim-level tracking, evidence status, access dates, source reliability, and links to files or screenshots.

Write down the questions your spreadsheet should answer:

  • Where did this information come from?
  • Which claim or section does the source support?
  • Who created or published the source?
  • When was it published and when did I access it?
  • Has the information been verified?
  • Can another person find the source quickly?
  • What limitations, conflicts, or missing context should be noted?

These questions prevent the spreadsheet from becoming a simple link list that lacks useful context.

Create the Basic Columns

Open a blank workbook and create one worksheet named Sources. Put one source in each row and one type of information in each column. Avoid placing multiple unrelated sources in a single cell because filtering and sorting will become difficult.

A practical starting set of columns is:

ColumnWhat to recordExample
Source IDA unique short identifierSRC-001
Source titleThe headline, report name, or book titleAnnual Energy Outlook
Source typeArticle, report, interview, database, video, or otherGovernment report
Author or organizationThe person, agency, or publisherU.S. Energy Information Administration
Publication dateThe date the source was released2025-02-14
URL or locationA web link, file path, DOI, or catalog referencehttps://example.org/report
Accessed dateWhen you viewed or downloaded it2026-09-24
SupportsThe claim, section, or question it relates toEnergy costs section
Verification statusUnchecked, in review, verified, or rejectedIn review
Notes and limitationsContext, caveats, quotes, or follow-up tasksForecast, not observed data

You do not need every possible field on the first day. Start with the fields you will actually maintain. Extra columns are useful only when they improve accuracy or save time.

Add Source IDs and Consistent Values

Give every row a unique Source ID. A simple format such as SRC-001, SRC-002, and SRC-003 is easy to read and reference in drafts. If your work has separate topics, you can use prefixes such as POL-001 for policy sources or INT-001 for interviews.

A source ID is especially helpful when several sources have similar titles or when URLs change. You can write “supported by SRC-004 and SRC-009” in a draft or a separate claims sheet without copying long links repeatedly.

Use consistent wording for fields that will be filtered. For example, do not use Report, government report, and Gov. report interchangeably. Create a small set of approved values:

  • Source type: Article, book, report, interview, dataset, video, image, or social post.
  • Verification status: Unchecked, in review, verified, needs update, or rejected.
  • Priority: High, medium, or low.
  • Evidence strength: Primary, secondary, contextual, or anecdotal.

In Excel or Google Sheets, use data validation to turn these fields into drop-down menus. This reduces spelling variations and makes the spreadsheet easier for collaborators to understand.

Record Sources While You Research

The most reliable time to add a source is when you first use it. Do not depend on browser history, open tabs, or memory. As soon as a source contributes a fact or idea, add a row and complete the essential fields.

A useful capture routine is:

  1. Copy the exact title.
  2. Record the author or publishing organization.
  3. Copy the direct URL, DOI, file name, or catalog reference.
  4. Record the publication date if one is available.
  5. Add the current access date.
  6. Write a short note explaining what the source contributes.
  7. Mark the source as unchecked until you have reviewed it carefully.

Your note should be specific enough to be useful later. “Good article” is not helpful. A stronger note might say, “Provides the 2024 enrollment figure in Table 3; definition excludes part-time students.” Include page numbers, section names, timestamps, or table numbers when relevant.

For a video, record the video title, channel or creator, publication date, URL, and the timestamp of the relevant statement. For a PDF, include the page number. For an interview, record the interviewee, date, format, and the location of the recording or transcript.

Separate Sources From Claims

A source tracking sheet answers “Where did this come from?” A claims sheet answers “What exactly am I saying?” Keeping these separate is often better than putting every claim into a long notes column.

Create a second worksheet named Claims with columns such as:

  • Claim ID
  • Draft section
  • Exact claim
  • Source IDs
  • Evidence or quotation
  • Verification status
  • Reviewer notes
  • Last checked date

For example, a claim might say that a particular program served 18,000 participants in a given year. The claims sheet can link that statement to SRC-006, identify the report page, and record whether the figure has been checked against the original table.

This structure is useful because one source may support many claims, while one claim may require several sources. If you put everything into one source row, these relationships become hard to see. A separate claims sheet also makes fact-checking more systematic before publication.

Use clickable links to make review faster, but keep the visible URL or a short description too. A link can stop working, redirect to a new page, or require a login. If the source matters, save enough information to locate it again.

For important material, consider recording:

  • The original URL and the final URL after redirects.
  • The page title and publisher.
  • A DOI, report number, ISBN, or filing number.
  • The downloaded file name.
  • The date the file was saved.
  • An archive link where appropriate.
  • A screenshot or saved copy, subject to copyright and organizational rules.

Do not assume that a URL alone proves what a page said at a particular time. Web content can change. For time-sensitive research, note the access date and preserve a permitted copy or quotation with enough context to verify it later.

Make the Sheet Easy to Filter and Review

Convert the data range into a table in Excel, or apply filters to the header row in Google Sheets. Freeze the top row so column names remain visible while scrolling. Turn on text wrapping for notes, but keep the main columns reasonably narrow so the sheet remains readable.

Useful views include:

  • Unchecked sources: filter verification status to Unchecked.
  • Sources needing updates: filter to Needs update.
  • Primary sources: filter evidence strength to Primary.
  • Sources for one section: filter the Supports or Draft section column.
  • Recently accessed material: sort by access date.
  • Missing metadata: filter blank author, publication date, or URL cells.

Apply conditional formatting to highlight blank required fields, overdue reviews, or rejected sources. For example, a red fill can identify rows where a source has been used in a draft but still has an Unchecked status. Use color as a visual aid, not as the only meaning; keep the status text visible for accessibility and filtering.

Use Simple Formulas Where They Help

Formulas can identify gaps without turning the spreadsheet into a complicated application. If the URL is in column F and the verification status is in column I, a helper column could flag incomplete rows:

=IF(OR(F2="",I2=""),"Needs attention","Complete")

To count sources by status, use a formula such as:

=COUNTIF(I:I,"Verified")

To count sources connected to a specific section, use:

=COUNTIF(H:H,"Energy costs section")

The exact syntax may vary slightly between spreadsheet applications, especially when regional settings use semicolons instead of commas. Test formulas on a copy if the workbook is shared or heavily used.

Avoid adding formulas merely because they are available. A manual field may be clearer when the decision requires judgment, such as whether evidence is strong enough for publication. Formulas can flag a row for review, but they cannot independently determine whether a source is accurate or appropriate.

Evaluate Source Quality and Limitations

Tracking a source does not automatically make it reliable. Add fields for evidence strength, reliability assessment, or limitations when your project requires critical evaluation.

Ask the following questions:

  • Is this a primary source or a summary of someone else’s work?
  • Who created it, and what expertise or interest do they have?
  • Is the method explained clearly?
  • Does the source provide data, citations, or supporting documents?
  • Is the publication date appropriate for the claim?
  • Could the information be outdated or revised?
  • Are definitions, sample sizes, and measurement methods clear?
  • Do independent sources agree or disagree?

Use neutral notes rather than unsupported labels. Instead of writing “untrustworthy,” write “opinion article; useful for stated viewpoint but does not provide underlying dataset.” Instead of “accurate,” record what was checked and against which source.

Some source types have predictable limitations. A press release may accurately represent what an organization announced but may emphasize benefits and omit criticism. A search-result snippet may be incomplete and should not replace the underlying page. A social media post may establish that someone made a statement, but it may not verify the statement’s factual content. A forecast describes an expectation, not an observed result.

Handle Common Spreadsheet Problems

If the sheet becomes difficult to use, the problem is usually structure rather than software.

If several sources are stored in one cell, split them into separate rows. This makes filtering, counting, and citation tracking possible.

If collaborators enter inconsistent statuses, replace free typing with a drop-down list and document the approved values in a Read Me worksheet.

If links stop working, check whether the publisher moved the page. Search by the exact title, organization, and publication date, then record the replacement URL and retain the original link in a separate column.

If you cannot find a publication date, do not guess. Enter n.d. or Not listed, and add the access date. If the date is estimated from another record, label it clearly as an estimate.

If duplicate rows appear, compare the URL, title, author, and publication date before deleting anything. Two links may refer to different versions of the same report. Add a Duplicate of note or merge the records only after confirming that no claim-specific notes would be lost.

If the workbook becomes slow, remove unnecessary formatting, avoid excessive full-column formulas, and move large copied text or attachments to a document repository. Keep the spreadsheet as an index rather than a storage location for every file.

Protect and Maintain the Spreadsheet

Store the workbook in a location with controlled access, especially when it contains interview details, unpublished research, personal information, or confidential documents. Use version history when available and make periodic backups in accordance with your organization’s retention rules.

Protect formula columns and header rows so they are not accidentally overwritten. Give collaborators the minimum editing access they need. If multiple people review sources, add Reviewer and Reviewed date columns so the work is auditable.

Schedule maintenance based on the project. For a short article, review the sheet before publication. For an ongoing website or research database, set a recurring review for sources that change frequently. Mark old sources as Needs update rather than silently replacing them; preserving the history helps explain how a conclusion was reached.

Finally, keep the spreadsheet synchronized with the finished work. When a source is removed from an article, update its claim links. When a new statistic is added, create the source record immediately. A source tracker is most useful when it reflects the actual evidence behind the current version of the project, not just the research process from months earlier.

Written by

reesenewslab.org Editorial Team

Editorial team

Independent editorial coverage of journalism & media innovation.