pls make macro for this....

danushka

Well-known Member
Joined
Sep 6, 2009
Messages
693
Dear friends in my excel work sheet base on column "D" i want to check duplicates...if any values are repeated in column "D" then same row column "F" value should combined & that repeated rows should delete...... pls make macro for this.thanks in advance....

my normal document...

2wdys81.jpg


expected results.....

243gd35.jpg


that column "F" combined values should come in this format..
Code:
=8+4+154
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi,

Questions

1. Data in Sheet1, columns B:G, headers in row 1?

2. the macro must check only column F for duplicates, no matter the voucher # or date? In other words, can you have the same code in another voucher and if so this should NOT be deleted?

M.
 
Upvote 0
Hi,

Questions

1. Data in Sheet1, columns B:G, headers in row 1?

2. the macro must check only column F for duplicates, no matter the voucher # or date? In other words, can you have the same code in another voucher and if so this should NOT be deleted?

M.
headers in row 8 & data starting from row 9.don't think about other columns.pls make macro for this.....
 
Last edited:
Upvote 0
Why can't you use a pivot table to aggregate the data?

The board is not about providing you with a solution, it is about teaching you how to find it yourself.
 
Upvote 0

Forum statistics

Threads
1,224,574
Messages
6,179,633
Members
452,933
Latest member
patv

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