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
520
Error exporting formula "IF" to Excel (2003)
posted

The formula I use in my Ultragrid column is the following:

   if( [Column1]='0001' , 'Gernot' , 'Michael' )

The Excel formula created during the export is:

   =IF((B6 = "0001"), "Gernot", "Michael")

An Error occurs in Excel and the FormulaxportErrorEvent is fired

The error text is:

   A function in the formula has no closing parenthesis. Portion with error: IF((B6 = "0001")

Thank you for any help!

Michael

 

Parents Reply Children
No Data