If I have a column of say 10 rows all of which contain a formula, 5 of which have TEXT values returned can I total those which just return the text? If I use counta it is counting the formulas as well.
Can't tell whether the cells contain a formula or not, but you can do this to get a count of only cells that contain text (as it subtracts the count of all cells that contain numbers)