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: Ioanacatalina pe Simpatie
 | Femeie 25 ani Salaj cauta Barbat 25 - 61 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
TRaPModerator
Postari: 960
|
|
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")
|
|
| |
|