My worksheet has the following structure:
I want a function that will allow me to create two more columns, one for the date, and other for the sum of the amounts for that date, like so:
How do I do this?
Code:
Date Amount
4/9/2015 28.5810426
4/9/2015 114.3087462
4/9/2015 428.638518
4/23/2015 28.5803476
4/23/2015 114.3097186
4/23/2015 428.6390738
4/24/2015 169.02827915
I want a function that will allow me to create two more columns, one for the date, and other for the sum of the amounts for that date, like so:
Code:
Date Amount
4/9/2015 571.5283068
4/23/2015 571.5283068
4/24/2015 169.02827915
How do I do this?