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.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: sexyindianca pe Simpatie
 | Femeie 24 ani Ilfov cauta Barbat 24 - 53 ani |
|
TRaP
Moderator
Inregistrat: acum 7 ani
Postari: 846
|
|
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))
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)
|
|
pus acum 1 luna |
|