Simpatie.ro - matrimoniale
Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
Nou pe simpatie:
Anna281 pe Simpatie
Femeie
24 ani
Iasi
cauta Barbat
26 - 45 ani
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
Mrrrr's Forum (VIEW ONLY) / Tutoriale si Ghiduri Utile // Tutorials and useful guides /

[EXCEL] Check if Table Column Contains Both Formulas and Text Values

Pagini: 1 Moderat de TRaP, TonyTzu
#1
TRaP
Moderator
Postari: 960
Column with formulas - check if they contain any text values

For an "only formula" column in a table, the following formula will check if all data in table column is returned by a formula, and display message if any text values are found:
=IF(SUMPRODUCT(--(ISTEXT(FILTER(tbAUX[Reception date]; NOT(ISFORMULA(tbAUX[Reception date])))))) > 0; "text found"; "")

Additionally, the conditional formatting formula below will color cells containing text in a formula column:
=ISTEXT($C4)*NOT(ISFORMULA($C4))

Or simply:
=NOT(ISFORMULA($C4))


Column with text values - check if they contain any formulas

The reversed formula below, will check if in a text column there are any formulas:
=IF(SUMPRODUCT(--(ISFORMULA(tbAUX[Supplier name]))) > 0; "formula found"; "")

Additionally, the conditional formatting formula below will color cells containing formula in a text column:
=ISFORMULA($C4)


 
   
Pagini: 1  
Mergi la