A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Slick,
Good day. What you want are can be done in your Excel 2007. The easiest setup is to use a checkbox linked to a cell, then we will use Conditional Formatting to highlight the whole row.
- First show the Developer tab. Click the Office Button > Excel Options > Popular. Check Show Developer tab in Ribbon, then click OK.
- Insert a checkbox. Go to Developer > Insert > Check Box under Form Controls. Click and drag to place the checkbox in your first row. Right-click it > Edit Text, and remove the default "Check Box 1" text if you don't need it.
- Link the checkbox to a cell. Right-click the checkbox > Format Control > Control. In Cell link, select an unused cell, such as A2. Click OK. When checked, that cell will show TRUE, when unchecked, it will show FALSE.
- Highlight the entire row. Select the range you want highlighted, for example B2:H100. Go to Home > Conditional Formatting > New Rule. Choose Use a formula to determine which cells to format. Enter: =$A2=TRUE Click Format > Fill, choose light yellow, then click OK.
Now checking the box will turn the entire row yellow, and unchecking it will remove the highlighting.
You can also copy the checkbox to the other rows, but each checkbox needs to be linked to its corresponding cell like A3, A4, A5, etc. You can hide column A afterward if you don't want the TRUE/FALSE values to be visible.
I hope this helps.
Regards,
Jhun