A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
As I mentioned, to get rows to hide automatically, you would need VBA code. But you mentioned that you wanted to avoid that.
You can, however, hide the text in cells A3 to A6:
- Select A3:A6.
- On the Home tab of the ribbon, click Conditional Formatting, New Rule...
- Select 'Use a formula to determine which cells to format'.
- Enter the formula =$B$2="No"
- Click Format...
- Activate the Number tab.
- Select Custom in the Category list.
- Enter ;;; (three consecutive semicolons) in the Type box.
- Click OK, then click OK again.