Is there a way to use Excel's conditional formatting tool to format a cell based on the value of a different cell without using VBA?

For example, cell A1 is a true/false cell.


If A1 is true, highlight cell B3 yellow. Otherwise, leave it unhighlighted.

Is vba my only option here?