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

جمع بناء على تسيق الخليه


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

السلام عليكم

هناك خيار للجمع بناء على لون الخط او الخلفيه

ولكن هل هناك خيار للجمع بناء على تنسيق الخليه مثلا اذا كان الخط bold او italic او اى تنسيق اخر بخلاف اللون ؟؟؟؟؟

werf_dynamic.rar

رابط هذا التعليق
شارك

السلام عليكم

هذه داله معدله لتجمع الخطوط المنسقه بنوع الخط Arial

مع امكانيه تغيير الى الخط السميك او العادى او المائل

If Rng.Font.Bold And IsNumeric(Rng.Value) Then
If Rng.Font.Italic And IsNumeric(Rng.Value) Then
Function SumByArialFont(InRange As Range)
  Dim Rng As Range
  Application.Volatile True
  For Each Rng In InRange.Cells
      If Rng.Font.Name = "Arial" And IsNumeric(Rng.Value) Then
          SumByArialFont = SumByArialFont + Rng.Value
      End If
  Next Rng
End Function

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