mickg

  1. M

    VBA to merge duplicate rows and sum values in certain column

    Hello, I am new to this forum, but ran across MickG's code for using VBA to merge duplicate rows and sum values in certain column. I was hoping someone might be able to help me edit this code to suit my needs. The original thread is here: VBA to merge duplicate rows and sum values in certain...
  2. S

    Merging values where 2 other rows are the same

    I found this code on the forums posted by MickG: Sub MG02Sep59 Dim Rng As Range, Dn As Range, n As Long, nRng As Range Set Rng = Range(Range("A2"), Range("A" & Rows.Count).End(xlUp)) With CreateObject("scripting.dictionary") .CompareMode = vbTextCompare For Each Dn In Rng If Not...
  3. S

    VBA: removing duplicates in two columns and summing their values

    Hi, I have data in two tables on one sheet. I would like to remove duplicates and consolidate/sum the values for each table (separately). If possible, can you also please describe what each line does. A B C D E XX $$ XX $$ XX $$...
  4. U

    Increments in Column

    Hello Sir(s), I am now in <acronym title="visual basic for applications">VBA</acronym> and I want some from your side in this code. Dim Strg As String Dim Z As String Dim n, nn As Integer Dim c As Integer Dim Lst As Integer For nn = 64 To 83 Lst = IIf(nn = 83, 88, 90)...
  5. K

    XNPV Help Required

    I have below cash flow with Date and Amount,what method should i use for this for net Present value, NPV or XNPV. and how i can calcuate the PV. PV=XNPV? <TABLE style="WIDTH: 161pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=215 border=0><COLGROUP><COL style="WIDTH: 51pt...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top