excel - Possible Group/Sum and export MACRO? Ideas? -
i have 457 rows of data, has been grouped in squares borders. stands, ordered , grouped name.
this example:
name (column a) similar% (column g) indicator (column i) john 100 1 john 40 john 100 1 peter 50 peter 60 peter 60 nathan 100 1 nathan 100 1
i want able exclude marked 1 (the 100's) other entries in group. example,john has 2 100%'s, therefore 3 of john excluded. want peter's lines case exported new sheet. some considerations: first row hyperlink, headings, "results" start. contents go a-g. hope there solution, many thanks!
i thought of in sql... select [indicator], sum(*) sumvalue results temp1 group name order sum(*) select * results left join temp1 on results.[name] = temp1.[name] where/having sumvalue > 0
i'm wanting in vba 1 step , can hand on else do.
Comments
Post a Comment