Hi Eliane
assuming by "text" you mean what Excel means by text (ie not a number or a
boolean) then
select your range
choose format / conditional formatting
choose formula is
type
=ISTEXT(A1)
where A1 is the top left cell of the selected range
click FORMAT - set the formatting you want
click OK twice.