Hi all,
My apologies if this is a very basic question, but I'm been digging around for ages and am still unable to solve it, so thought I'd ask.
I have a dataset of payment data, where I want to merge the sum of payments based on the category of payment and the region the payment was sent to. So I effectively have three variables in play.
1) The amount of the Payment (€)
2) Type of Payment (Categories)
3) Region sent to (Name of Region). (All have been recoded to be numerical)
There are multiple entries for all kinds of payments and regions, and I want to edit to so that I sum all the payments by region and category. So the total of Payment Category Y to Region X, the total of Payment Category Z to Region X, the total of Payment Category Y to Region T etc.
Again, this might be very basic and I might be missing something obvious, but I have looked for ages and been unable to find an answer.
Thanks!
My apologies if this is a very basic question, but I'm been digging around for ages and am still unable to solve it, so thought I'd ask.
I have a dataset of payment data, where I want to merge the sum of payments based on the category of payment and the region the payment was sent to. So I effectively have three variables in play.
1) The amount of the Payment (€)
2) Type of Payment (Categories)
3) Region sent to (Name of Region). (All have been recoded to be numerical)
There are multiple entries for all kinds of payments and regions, and I want to edit to so that I sum all the payments by region and category. So the total of Payment Category Y to Region X, the total of Payment Category Z to Region X, the total of Payment Category Y to Region T etc.
Again, this might be very basic and I might be missing something obvious, but I have looked for ages and been unable to find an answer.
Thanks!
Comment