Z
ZikO
Hello
I tried to calculate in excell somthing like this
+-----+--------------------------------+
| A | B |
+-----+--------------------------------+
| | =SUMIF(POWER(10,A1:A10),"<>") |
+-----+--------------------------------+
| 5 | |
+-----+--------------------------------+
| 10 | |
+-----+--------------------------------+
| | |
+-----+--------------------------------+
| 12 | |
+-----+--------------------------------+
The formula was uspposed to take range of only those cells which contain
numbers. However because its array formula and there is function POWER
inside excel states there's a error in formula.
I just have to avoid empty cells.
I tried VBA but honestly it's at the moment too much for me. In VBA I
tried to build proper Range object, use it to calculate sum according to
that range and then return this value in cell B1
Any suggestion on that.
Thanks
I tried to calculate in excell somthing like this
+-----+--------------------------------+
| A | B |
+-----+--------------------------------+
| | =SUMIF(POWER(10,A1:A10),"<>") |
+-----+--------------------------------+
| 5 | |
+-----+--------------------------------+
| 10 | |
+-----+--------------------------------+
| | |
+-----+--------------------------------+
| 12 | |
+-----+--------------------------------+
The formula was uspposed to take range of only those cells which contain
numbers. However because its array formula and there is function POWER
inside excel states there's a error in formula.
I just have to avoid empty cells.
I tried VBA but honestly it's at the moment too much for me. In VBA I
tried to build proper Range object, use it to calculate sum according to
that range and then return this value in cell B1
Any suggestion on that.
Thanks