• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Consolidate of data

klb546

New Member
Hi there ,
Is there a method(VBA or formula) to to consolidate the data in COLUMN A and sum values of COLUMN C and append COLUMN D to to another new column F, G, H, I per attached file using excel 2010
Thanks
klb546s
 

Attachments

  • sample.pdf
    22.3 KB · Views: 1
Yes.
And after You have uploaded a sample file You would get a quicker response
or
do You need also PDF?
 
Hi,
since I am not very good at producing vba macros , will appreciate very much if can help me on how to write a macro for this. I do not need the pdf file. I think i upload the wrong file. Anyway here is the attached excel file. Sorry for any confusion caused.
Thanks
Regards
klb546
 

Attachments

  • sample.xlsx
    9.7 KB · Views: 4
Something like this
press [do it] ?
Yes,
its something like that , thanks that is what i needed, what if i want the consolidated data to be transfer to another sheet say the name is 'Sorted' how do I do it?
Thank You very much.
Regards
klb546
 
Consolidated data transfer to another 'Sheet Sorted',

Try this formula way with helper as attached file.

Regards
 

Attachments

  • ConsolidateSample (1).xlsx
    12.1 KB · Views: 3
@klb546 - Okay ...
I added that feature too.
You have to give the name of result sheet and left top corner's position.
Note: all old data will cleared after [do it] press from the result sheet.
 

Attachments

  • sample (1).xlsb
    24.1 KB · Views: 3
@klb546 - Okay ...
I added that feature too.
You have to give the name of result sheet and left top corner's position.
Note: all old data will cleared after [do it] press from the result sheet.
Hi Vletm,
thank you very much. This should do it.
Regards
klb546
 
Back
Top