Sep 17 2023 02:27 AM - edited Sep 17 2023 03:57 AM
Even though I ignore null values, I get #value error.
Can you help me with the cause or solution?
Sep 17 2023 03:04 AM
First, the formula can be shortened:
=SUM(--((O13:V13-{0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9})>0))
And second, the cells O18:R18 contain text. And Excel can't perform subtraction on text.
Sep 17 2023 03:34 AM - edited Sep 17 2023 03:47 AM
Hello, I'm getting the same error again.
This time I wrote the entire Formula.
=
TOPLA.ÇARPIM( ( İLKEŞLEŞEN(SOLDAN($O$12:$V$12;3);"QoQ";$B$4;"YoY";$A$4)<(O13:V13-{0\0,1\0,2\0,3\0,4\0,5\0,6\0,7\0,8\0,9}))*(O13:V13<>""))-
TOPLA.ÇARPIM( ( İLKEŞLEŞEN(SOLDAN($O$12:$V$12;3);"QoQ";$B$4;"YoY";$A$4)>(O13:V13+{0\0,1\0,2\0,3\0,4\0,5\0,6\0,7\0,8\0,9}))*(O13:V13<>""))
Sep 17 2023 03:43 AM
Sep 17 2023 03:56 AM
@Detlef Lewin
I realized I made a mistake. This makes you think that this job is static.
I don't compare it to zero.
and there is actually a formula in every cell. There are structures that vary depending on the situation.
Sep 17 2023 07:17 AM
You had an apostrophe in every cell in the range O18:R18.
If you step through the formula with the formula evaluator, it is made very apparent:
Sep 17 2023 08:21 AM