I have a Excel sheet, one date column with different description and values. How can I calculate the sum of the values for each dates using formula not pivot table?
I need summary as shown below:
Date Jun-15 Jul-15 1 175.00 200.00 2 100.00 75.00 3 200.00 175.00 4 60.00 70.00 5 20.00 225.00 6 80.00 50.00
You can use a simple SUMIF() formula: