اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

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

قام بنشر

السادة الأفاضل

لدى ملف يقوم بفلترة المكرر بما أمامه أى المتشابهين

أريد تغيير الكود

ليقوم بفرز المكرر من الأسماء مع جمع إجمالى المبيعات للإسم بعد فرزة من المكرر

والكود هو

Sub Duplicata()
Set MySheet = Sheets("Filter")
With MySheet
Last = .Cells(Rows.Count, "D").End(xlUp).Row + 1
.Range("D4:F" & Last).ClearContents
x = 4
Application.ScreenUpdating = False
Dim i As Integer
        For i = .Range("B" & Rows.Count).End(xlUp).Row To 4 Step -1
            If WorksheetFunction.CountIf(.Range("B4:B" & i), .Range("B" & i).Value) = 1 Then
.Range("B" & i).Resize(1, 2).Copy
.Range("D" & x).PasteSpecial Paste:=xlPasteValues
x = x + 1
            End If
        Next i
Application.CutCopyMode = False
Application.ScreenUpdating = True
End With
End Sub


ولكم خالص الشكر والتقدير

مرفق الملف

فرز المكرر بإجمالى مبيعاته.rar

  • أفضل إجابة
قام بنشر

سلمت يمينك أستاذى الفاضل / ibn_egypt

رائع

جزاك الله كل خير

هل يمكن أن يقوم الكود بترتيب المكرر أبجدى

اخى الفاضل م.ياسر

 

جزانا الله واياك كل خير، شاهد الملف المرفق 

 

تحياتي :fff: 

فرز المكرر بإجمالى مبيعاته.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