If you change your IF statement slightly, you can use your existinglogic:IF IsEmpty rngCell.Value AND IsEmpty rngCell.Offset(0,4).Value Then' DO stuffElse' Do nothingEnd If