Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.
The ISVALIDCHARACTERISO7064 function returns a Boolean value of TRUE if the specified string represents a valid international bank account number (IBAN). Otherwise, it returns a Boolean value of FALSE.
Syntax
ISVALIDCHARACTERISO7064 (text)
Arguments
text: String
A text value that represents an IBAN.
Return values
String
The resulting text value.
Example
ISVALIDCHARACTERISO7064 ("AT61 1904 3002 3457 3201") returns TRUE.
ISVALIDCHARACTERISO7064 ("AT61") returns FALSE.