Formula help

Copper Contributor
I have a problem statement that I need help with:
I have 20 customers with multiple payments, who individually pay using different currencies like yen, dollars and euros.
Now I have a data set with the name of the companies and a column comprising all the payments done through the year and all the payments are of different currencies and this dataset is very long so it will take too much time to individually identify which currency a particular company has used at a particular time.
Now I want a separate table with a 4 columns: the name of the 20 customers, the total payment in yen, total payment in dollars and finally euros.
It would be much appreciated if I could get the solution
2 Replies

@Shreyas_Sadashiva_Acha 

Have you explored pivot table ?

With no knowldge of your data structure it is hard to provide a specific solution, would you be able to upload a sample dataset in excel format?  

I'm aware that this can be done using pivot table but I wanted a method without using pivot table.