I was surprised when I found thatRange("B6").Value + Range("B7").Value + Range("B10").Value +Range("B14").Value => 3results in True if the cells contain strings.if application.WorksheetFunction.Sum(Range("B6,B10,B14")) >= 3might work better?