اذهب الي المحتوي
أوفيسنا

الردود الموصى بها

قام بنشر

الاستاذ محمد رزق

السلام عليكم

برجاء قبول هذه المشاركة البسيطة من شخص مبتدء

دالة حساب ضريبة المدغة

Public Function stamp(X)
N = Int(X)
If X > 50 Then result = Round((X - 50) * 0.006, 2)
If X > 250 Then result = Round(1.2 + (X - 250) * 0.0065, 2)
If X > 500 Then result = Round(2.825 + (X - 500) * 0.007, 2)
If X > 1000 Then result = Round(6.325 + (X - 1000) * 0.0075, 2)
If X > 5000 Then result = Round(36.325 + (X - 5000) * 0.008, 2)
If X > 10000 Then result = Round(76.325 + (X - 10000) * 0.003, 2)

stamp = result

End Function
 

دالة ضريبة الدمغة .rar

Join the conversation

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

زائر
اضف رد علي هذا الموضوع....

×   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.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information