Check out how you can change color in table using alternate highlight technique and apply formula? In given pictures you can seen “new formatting rules” so read it before apply in any table. In 2nd image you can seen conditional formatting, Format and apply to areas, so let’s start.
- First select rows and columns of the table you want to format it.
- Go to Conditional & formatting dialog (Manage Rules> New Rules> Use a formula to determine which cells to format.
- Now, if you want to highlight alternative rows type this formula.
=MOD(ROW(),2)=0 - If you want to highlight alternative columns type this formula.
=MOD (COLUMN (), 2) =0
- Click Format Button to change format (Color, Text Style etc.).
- Click Ok Then Click Apply.
So contact with us for more tips and tricks about advance excel 2016.
To highlight alternate rows and columns in a table in Excel versions 2010 to 2016, you can utilize conditional formatting. This feature allows you to visually distinguish different rows and columns within a table, making it easier to read and analyze data.
Related Content: Goods Received Note Template
To begin, select the table range where you want to apply the formatting. You can do this by clicking and dragging over the desired cells. Once selected, navigate to the “Home” tab in the Excel ribbon and locate the “Styles” group. Within this group, you will find the “Conditional Formatting” button. Click on it to open a dropdown menu.
In the dropdown menu, choose the option “New Rule” to open the “New Formatting Rule” dialog box. In this dialog box, select the option “Use a formula to determine which cells to format.” Here, you need to enter a formula that determines the formatting criteria.
To highlight alternate rows, enter the formula “=MOD(ROW(),2)=0” in the formula field. This formula checks if the row number is divisible by 2, indicating an even row. If it returns true, the formatting will be applied.
Next, click on the “Format” button to specify the formatting style for the alternate rows. You can choose a different fill color, font color, or any other formatting option that suits your preference. Once you have made the desired formatting changes, click “OK” to close the formatting dialog box.
To highlight alternate columns, follow the same process as above but modify the formula. Instead of the previous formula, use “=MOD(COLUMN(),2)=0”. This formula checks if the column number is divisible by 2, indicating an even column.
For more information, contact our Template124 support Team.