You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WindowsForms/Calculation-Engine/Supported-Formulas/Math-Trigonometry.md
+76-1Lines changed: 76 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3053,4 +3053,79 @@ _PHIL(x)_
3053
3053
3054
3054
3055
3055
3056
-
* If x of an invalid data type, `PHI` will return the `#VALUE!` error.
3056
+
* If x of an invalid data type, `PHI` will return the `#VALUE!` error.
3057
+
3058
+
3059
+
3060
+
## EUROCONVERT
3061
+
3062
+
3063
+
3064
+
The `EUROCONVERT` function converts a currency between the Euro and member currencies or among member currencies using Euro as the base currency, based on fixed EU (European Union) exchange rates.
* number: The currency value you want to convert, or a reference to a cell containing the value.
3081
+
3082
+
3083
+
3084
+
* source: A three-letter string, or reference to a cell containing the string, corresponding to the ISO (International Organization for Standardization) code for the source currency.
3085
+
3086
+
3087
+
3088
+
* target: A three-letter string, or reference to a cell containing the string, corresponding to the ISO (International Organization for Standardization) code of the target currency.
3089
+
3090
+
3091
+
3092
+
* full_precision: A logical value that specifies how to display the result:
3093
+
3094
+
3095
+
3096
+
* FALSE: Display with currency-specific rounding rules (default).
3097
+
3098
+
3099
+
3100
+
* TRUE: Display with all significant digits.
3101
+
3102
+
3103
+
3104
+
* triangulation_precision: An integer (greater than or equal to 3) that specifies the number of significant digits for the intermediate Euro value when converting between two Euro member currencies.
3105
+
3106
+
3107
+
3108
+
**Remarks:**
3109
+
3110
+
3111
+
* Any trailing zeros in the return value are truncated.
3112
+
3113
+
3114
+
3115
+
* If the source and target ISO codes are the same, the original value is returned.
3116
+
3117
+
3118
+
3119
+
* Invalid parameters return `#VALUE!`.
3120
+
3121
+
3122
+
3123
+
* The function `EUROCONVERT` does not apply a number format.
3124
+
3125
+
3126
+
3127
+
* The function `EUROCONVERT` cannot be used in array formulas.
3128
+
3129
+
3130
+
3131
+
* To use the function `EUROCONVERT` , the Euro Currency Tools Add-in need to be activated.
0 commit comments