Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • What-If Analysis: Scenarios and Goal Seek in Excel
  • How to create dynamic reference table name in Excel
  • Get column index in Excel Table
  • Get column name from index in Excel Table
  • Conflicting Multiple Conditional Formatting Rules in Excel

References

  • Count unique text values with criteria
  • How to create dynamic named range with OFFSET in Excel
  • Lookup entire row in Excel
  • How to get last row in mixed data with blanks in Excel
  • Basic INDEX MATCH approximate in Excel

Data Validations

  • How To Create Drop-down List in Excel
  • Excel Data validation specific characters only
  • Excel Data validation must begin with
  • Excel Data validation allow weekday only
  • Excel Data validation only dates between

One way to track attendance using Excel formula

by

This tutorial shows b.asic attendance tracking formula in Excel

One way to track attendance is with simple formulas based on the COUNTIF function.

Formula

=COUNTIF(range,"x")

One way to track attendance using Excel formula

Explanation

In the example shown, the formula in M5 is:

=COUNTIF(C5:L5,"x")

How this formula works

This formula simply uses COUNTIF with a criteria of “x” (not quotation marks) to count x’s in each row, where “x” represents “present” and an empty cell represents “absent”:

=COUNTIF(C5:L5,"x") // count present

The count absent days, the worksheet uses COUNTIF again, configured to count empty cells:

=COUNTIF(C5:L5,"") // count absent

Post navigation

Previous Post:

How to calculate project complete percentage in Excel

Next Post:

Popularly Used Excel Functions and their examples

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • How to return blank in place of #DIV/0! error in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel XOR Function
  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel TRUE Function

Date Time

  • MONTH function: Description, Usage, Syntax, Examples and Explanation
  • How to get same date next year or previous year in Excel
  • TIMEVALUE function: Description, Usage, Syntax, Examples and Explanation
  • Calculate series of dates by workdays in Excel
  • DATEDIF function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Calculate conditional mode with criteria in Excel
  • Map text to numbers in Excel
  • Group numbers at uneven intervals in Excel
  • Group times into 3 hour buckets in Excel
  • How to randomly assign data to groups in Excel

General

  • 44 Practical Excel IF function Examples
  • Check if multiple cells have same value with case sensitive in Excel
  • With vs Without Array Formula in Excel
  • How to generate random date between two dates in Excel
  • Using Existing Templates in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning