Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
T returns the text value of a cell unchanged if it contains text, and returns an empty string ('') if the cell contains a number, date, logical value, or is blank. It is used to safely coerce mixed-type ranges into text-only values or to test whether a cell holds a text string.
=T(A2)=T(A2)Computed by a real spreadsheet engine on the sample data below.
| Value | Text Only |
| Hello | =T(A2) |
| World | =T(A3) |
| Sample | =T(A4) |
| Data | =T(A5) |
=T(A2)→Hello
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Filter out non-text values from a mixed column so only text strings are returned”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: