Forum Discussion
CaRo110
Sep 27, 2024Copper Contributor
trying to simplify a formula
Hello All, I have this formula that I worked on. =COUNTIF($C$3:$I$3,CONCATENATE(R2,"*"))*$B$3+COUNTIF($C$5:$I$5,CONCATENATE(R2,"*"))*$B$5+COUNTIF($C$7:$I$7,CONCATENATE(R2,"*"))*$B$7+COUNTIF($...
- Sep 30, 2024
Formula works if we have 1 in all cells in column B
Have no idea if they need for something else. If not, we could do bit other way. If to keep, don't merge cells - that's always bad idea - use Center across selection starting from C
Please check in attached
Detlef_Lewin
Sep 28, 2024Silver Contributor
Your long formula results from your (bad) data structure (possibly a crosstab; blank rows).
Restructure your data into a dataset list and you can use simpler formulas and pivot tables.