Jump to content
  • 0

Waarom lukt dit niet


rickel

Question

Posted

Als er sprake is van BTW hoog en laag dan wordt door deze formule de bedragen achter elkaar geplakt ipv dat BTW laag op de volgende regel komt!?? Wat doe ik fout ofwel hoe lost ik dit wel op!

If(

FACTR_BTW_6_TOTAL ? 0 and FACTR_BTW_19_TOTAL ? 0;

FACTR_BTW_HOOG_BEDRAG & "¶" &

FACTR_BTW_LAAG_BEDRAG;

 

If(

FACTR_BTW_6_TOTAL = 0 and FACTR_BTW_19_TOTAL ? 0;

FACTR_BTW_HOOG_BEDRAG;

 

If(

FACTR_BTW_6_TOTAL ? 0 and FACTR_BTW_19_TOTAL = 0;

FACTR_BTW_LAAG_BEDRAG;

""))

)

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...