Hello!
Hope someone can help me with this. I'm using the 4.0.3 version of the DLL and every time when I add to formula __sumif__, __averageif__ or __countif__ get the warning at opening the excel that there is some unreadable data and Excel can recover the file.
Is anyone also experiencing this?
the formula is like this:
```
ws.Cells["A10"].Formula = "AVERAGEIF("K6:K10";\"<>0\";"K6:K10")";
//or
ws.Cells["A10"].Formula = "SUM("K6:K10")/("4" - COUNTIF("K6:K10";\"0\"))";
```
if I extract the .xlsx and open sheet1.xml this is under the formula for example:
> <f>SUM(K6:K10)/(4 - COUNTIF(K6:K10;"0"))</f>
Any help would be really appreciated!
Cheers
Hope someone can help me with this. I'm using the 4.0.3 version of the DLL and every time when I add to formula __sumif__, __averageif__ or __countif__ get the warning at opening the excel that there is some unreadable data and Excel can recover the file.
Is anyone also experiencing this?
the formula is like this:
```
ws.Cells["A10"].Formula = "AVERAGEIF("K6:K10";\"<>0\";"K6:K10")";
//or
ws.Cells["A10"].Formula = "SUM("K6:K10")/("4" - COUNTIF("K6:K10";\"0\"))";
```
if I extract the .xlsx and open sheet1.xml this is under the formula for example:
> <f>SUM(K6:K10)/(4 - COUNTIF(K6:K10;"0"))</f>
Any help would be really appreciated!
Cheers