Hello everyone.
I'm having troubles with a huge file I'm trying to reduce.
I have a list of almost 280k sales orders that it's slowing the file (and the whole computer) down a lot. For my purposes, I realized I can reduce that drastically by summing up the number of orders per month, instead of having one line per each single order.
My original idea was to use the consolidate button, but I haven't figured out how to properly use it, so my second option was to add a columns with a sumifs formula, and then delete duplicates. But it takes so long the file finally crashes.
The values are looking something like:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Country[/TD]
[TD]Vendor[/TD]
[TD]Sales order[/TD]
[TD]Full Date[/TD]
[TD]Month only[/TD]
[TD]Number of invoices[/TD]
[/TR]
</tbody>[/TABLE]
I would need to group by month the number of sales orders per country per vendor (I hope I made myself clear).
Any ideas on how can I do it?
Thank you
I'm having troubles with a huge file I'm trying to reduce.
I have a list of almost 280k sales orders that it's slowing the file (and the whole computer) down a lot. For my purposes, I realized I can reduce that drastically by summing up the number of orders per month, instead of having one line per each single order.
My original idea was to use the consolidate button, but I haven't figured out how to properly use it, so my second option was to add a columns with a sumifs formula, and then delete duplicates. But it takes so long the file finally crashes.
The values are looking something like:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Country[/TD]
[TD]Vendor[/TD]
[TD]Sales order[/TD]
[TD]Full Date[/TD]
[TD]Month only[/TD]
[TD]Number of invoices[/TD]
[/TR]
</tbody>[/TABLE]
I would need to group by month the number of sales orders per country per vendor (I hope I made myself clear).
Any ideas on how can I do it?
Thank you