Question: Which function returns TRUE if cell A1 contains a text value?

  1. =ISALPHA(A1)
  2. =ISCHAR(A1)
  3. =ISSTRING(A1)
  4. =ISTEXT(A1)

Answer: The correct answer of the above question is Option D:=ISTEXT(A1)