Checks if a given IBAN number is correct
IBAN - (International Bank Account Number) it is an international standard for identifying payment accounts; the number consists of: two initial letters, which define number's country, followed by two check digits and a string of letters and numbers, the string length depends on the country
Polish IBAN number consists of: two letters - PL, two check digits, eight digits, which are the bank's clearing number, and sixteen digits, which are customer account number
Where you can use action:
Button
Parameters:
IBAN (type:text) - IBAN number, you want check
Result cell (type:text) - editable cell address, in which you want the result to appear; action returns TRUE or FALSE, so type of this cell have to be logical value
Example:
0 Comments