Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Need to include the unsupported formula into the spreadsheet component. The formula to be included are listed below.
=TRANSPOSE --Transpose is used to switch the orientation of an array.
=NOT -- Returns the opposite of a given logical or boolean value.
=EOMONTH -- Returns the end of the month for the given date by adding a specified number of months (=EOMONTH(A2,1)).
=XIRR -- To calculate the internal rate of return for a series of periodic cash flows.
=RIGHT -- To extracts a specified number of characters from the right side of a provided text content.
=LEFT -- To extracts a specified number of characters from the left side of a provided text content.
=IFNA -- If a formula returns the #N/A error value, this function returns the value you specify; otherwise, it returns the formula result.
=ISNA -- Returns TRUE if a cell contains the #N/A error and FALSE for any other value or error type
-ISERR() -- Checks if a value results in an error.
=WORKDAY() -- Returns a date that is a given number of working days before or after a start date, excluding weekends and optional holidays.
=RANK.EQ() -- Returns the rank of a specified value within a list of numbers as an integer. It compares the value to others in the range, assigns consecutive ranks (starting from 1), and handles ties by giving them the same rank without skipping subsequent ranks.