Hey sorry for the noob question. So I'm trying to create a formula that will turn a square green based on the text in a range of cells. I managed to get it to work for a single cell with "=$A3="Bob"". But I'd like to be able to check from A3-D6 so if Bob is typed into any of those squares then A11, for example, will turn green, is this possible? Thanks.
$
. – BigBen=COUNTIF($A$3:$D$6,"Bob")>0
. – BigBen