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

Data Analysis

  • How to Sort by Color in Excel
  • Remove Duplicates Example in Excel
  • Create Scatter Chart in Excel
  • Excel Pie Chart
  • Excel Frequency Function Example

References

  • How to get last row in text data in Excel
  • How to retrieve first match between two ranges in Excel
  • Vlookup Examples in Excel
  • How to get address of named range in Excel
  • How to use Excel ROW Function

Data Validations

  • Excel Data validation date in next 30 days
  • Excel Data validation specific characters only
  • Excel Data validation number multiple 100
  • Excel Data validation must contain specific text
  • Data validation must not exist in list

Shade Alternate Rows in Excel

by

This example shows you how to use conditional formatting to shade alternate rows. Shading every other row in a range makes it easier to read your data.

1. Select a range.

2. On the Home tab, in the Styles group, click Conditional Formatting.

3. Click New Rule.

4. Select ‘Use a formula to determine which cells to format’.

5. Enter the formula =MOD(ROW(),2)

N/B: MOD function under Math & Trig category returns a number after a number is divided by a divisor. Formula tab →Function library group →Math & Trig category  →MOD

6. Select a formatting style and click OK.


Result.

Explanation: the MOD function gives the remainder of a division. The ROW() function returns the row number. For example, for the seventh row, MOD(7,2) equals 1. 7 is divided by 2 (3 times) to give a remainder of 1. For the eight row, MOD(8,2) equals 0. 8 is divided by 2 (exactly 4 times) to give a remainder of 0. As a result, all odd rows return 1 (TRUE) and will be shaded.

Post navigation

Previous Post:

VLOOKUP without #N/A error in Excel

Next Post:

Manipulating text strings using Left, Mid, Right, Len, Substitute in Excel

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
  • How to use Excel XOR Function
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • Extract multiple matches into separate rows in Excel
  • IF function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Convert Excel time to Unix time in Excel
  • ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • Get date from day number in Excel
  • Convert Excel time to decimal hours in Excel
  • DAY function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • If cell contains one of many things in Excel
  • Group numbers with VLOOKUP in Excel
  • Map text to numbers in Excel
  • How to randomly assign data to groups in Excel
  • Running count group by n size in Excel

General

  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
  • Basic error trapping example in Excel
  • AutoFit Column Width, AutoFit Row Height in Excel
  • How to generate random times at specific intervals in Excel
  • List worksheet index numbers in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning