Hi,
I am trying to use an array formula in a smartmarker. Is there anyway I would be able to do this?
Final formula should look something like the below:
=SUM((TimeCostData[Product UID]=D{r})(TimeCostData[Month]=MTH!C3)(TimeCostData[Total]))
Hi,
2) A formula starts with &=&= is called RepeatDynamicFormula which will be processed repeatedly for each row in the data source.
Thank you for the reply though perhaps I have not been clear in my requirements. I am trying to use an Excel array formula where basically the formula is wrapped within curly braces. I would normally create it by pressing Ctrl Shift and Enter when I have finished entering the formula
Hi,
Hi,
Please find attached a sample of the output I am trying to produce. Due to the sensitivity of the information, I have had to attach a bare bones file but this still highlights the formulas I am trying to create as dynamic formula smartmarkers (See column C of the MTH sheet).
Notice the ‘{}’ symbols around the formula denoting it is an array formula :
{=SUM((TimeCostData[Product UID]=B11)(TimeCostData[Month]=$C$3)(TimeCostData[Total]))}
My attempt at a smart marker formula is:
&=&=SUM((TimeCostData[Product UID]=B{r})(TimeCostData[Month]=$C$3)(TimeCostData[Total]))
but this is not processed as an array formula (missing the curly braces)
Hi,
Hi,
Thanks for your using Aspose.Cells.
Please download and try the latest fix:
Aspose.Cells for .NET v8.8.2.7 and let us know your feedback.
Please try the following code with the attached file.
C#
DataTable dt = workbook.Worksheets[0].Cells.ExportDataTable(10, 1, 30, 1);
dt.TableName = “table1”;
WorkbookDesigner d = new WorkbookDesigner(workbook);
d.SetDataSource(dt);
d.Process();
Thank you very much for sending this through.
Can I just check, is this fix a one-off to fit my purpose or will this become part of the next release of Aspose and versions going forwards?
I would just be a little reluctant to use this if it then ties me into this special version of Aspose
Hi Phil,
The issues you have found earlier (filed as CELLSNET-44523) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.