Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Applying Formula Results In #N/A
posted

I'm having problems applying a formula to a cell when the formula contains the if function. Example:

dim f as Formula = Formula.Parse("=if(1>1, 0, 1)", CellReferenceMode.R1C1)

f.ApplyTo(worksheet.rows(1).cells(1))

Everything complies and runs fine. But when I open the excel file the cell value is #N/A. I'm using Infragistics35.WebUI.Excel.v9.2. Is there something wrong with my formula or the assembly?

Thanks,

Joe

Parents Reply Children
No Data