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: CosminaCSM Profile
| Femeie 23 ani Bucuresti cauta Barbat 23 - 39 ani |
|
TRaP
Moderator
Inregistrat: acum 6 ani
Postari: 787
|
|
I have the following data & conditions: - columns C to BV completed with data - the number of columns can increase tenfold - row 5 contains headers - rows 6-29 contain data - some columns are named "imp", and they are non-contiguous and the number of columns between them varies
I need a 1-cell formula that sums the values on all "imp" columns.
ChatGPT came up with this array (CTRL+SHIFT+ENTER) formula: =SUM(IF(5:5="imp";6:29;0))
While normal (ENTER) formula works, CSE is best to be used to ensure proper results.
In order for the end user to not forget CSE, you can write the formula like this: =SUM(IF(5:5="imp";6:29;0)) + N("enter this formula with CTRL+SHIFT+ENTER")
|
|
pus acum 1 an |
|