Er bestaat een "simpele" manier om een Belgische BTW nummer te controleren of het geldig is :
VAT number format is BE-XXXXXXXXXX - the BE letters are not part of the
check.
Example : BE-0448070615 : composed of two numbers, 04.480.706 and 15
Divide 04.480.706 (the first 8 digits) by 97 => 04.480.707/97 =
46.192,8454
Multiply that value without decimals by 97 => int(46.192,8454)*97 =
4.480.624
Take away that amount out of the first 8 digits => 04.480.706 -
4.480.624 =
82
Take away this result from 97 => 97 - 82 = 15 => the last two digits of
the
vat number
Exception : if the result of the check is 00, the last two digits of the
vat number should be 97.
In principe als je het allemaal op een A4'tje uitrekend klopt dat inderdaad allemaal, echter had ik dit graag als een formule ofzo in een Excell Sheet gezien.
Ik heb reeds bijna alle functies denk ik die in Excell zitten uitgeprobeerd om dit te kunnen doen, maar ik raak er maar niet uit.
Ik denk zelfs dat het niet kan in Excell, en dat je er een macro voor moet maken.
Iemand enig id of het wel gewoon met de formule bar gaat ? Of iemand een id waar je zo iets kan halen op internet ? Ik heb al zitten googelen op BTW check, excell BTW formula etc, maar niets geeft het gewenste resultaat.
VAT number format is BE-XXXXXXXXXX - the BE letters are not part of the
check.
Example : BE-0448070615 : composed of two numbers, 04.480.706 and 15
Divide 04.480.706 (the first 8 digits) by 97 => 04.480.707/97 =
46.192,8454
Multiply that value without decimals by 97 => int(46.192,8454)*97 =
4.480.624
Take away that amount out of the first 8 digits => 04.480.706 -
4.480.624 =
82
Take away this result from 97 => 97 - 82 = 15 => the last two digits of
the
vat number
Exception : if the result of the check is 00, the last two digits of the
vat number should be 97.
In principe als je het allemaal op een A4'tje uitrekend klopt dat inderdaad allemaal, echter had ik dit graag als een formule ofzo in een Excell Sheet gezien.
Ik heb reeds bijna alle functies denk ik die in Excell zitten uitgeprobeerd om dit te kunnen doen, maar ik raak er maar niet uit.
Ik denk zelfs dat het niet kan in Excell, en dat je er een macro voor moet maken.
Iemand enig id of het wel gewoon met de formule bar gaat ? Of iemand een id waar je zo iets kan halen op internet ? Ik heb al zitten googelen op BTW check, excell BTW formula etc, maar niets geeft het gewenste resultaat.
-| Hit it i would ! |-