Hrishi
Board Regular
- Joined
- Jan 25, 2017
- Messages
- 59
- Office Version
- 365
- Platform
- Windows
Hello, I have a table where in my first columns is of dates (there will be multiple entries of same date, which I add daily and number of rows increases) and 6th columns has values. these are the values for respective dates. sample is as follows. [TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Date
[/TD]
[TD]Amount
[/TD]
[/TR]
[TR]
[TD]1/1/17
[/TD]
[TD]500
[/TD]
[/TR]
[TR]
[TD]1/1/17
[/TD]
[TD]200
[/TD]
[/TR]
[TR]
[TD]2/2/17
[/TD]
[TD]350
[/TD]
[/TR]
[TR]
[TD]3/2/17
[/TD]
[TD]550
[/TD]
[/TR]
[TR]
[TD]3/2/17
[/TD]
[TD]850
[/TD]
[/TR]
</tbody>[/TABLE]
Now I want to make another table which will summaries above figures, so there will be one entry for one date and value will be total of all values achieved on same date in above table. e.g.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Date
[/TD]
[TD]Amount
[/TD]
[/TR]
[TR]
[TD]1/1/17
[/TD]
[TD]700
[/TD]
[/TR]
[TR]
[TD]2/1/17
[/TD]
[TD]350
[/TD]
[/TR]
[TR]
[TD]3/1/17
[/TD]
[TD]1400
[/TD]
[/TR]
</tbody>[/TABLE]
Now my problem is, I keep adding values in my first table so rows keeps increasing. if I use sumifs formula, reference of last cell in this formula is fix. Dsum I am unable to use Dsumm formula as well, as it gives total of all the dates mentioned in table 2... can somebody help me in this case.
Regards,
<tbody>[TR]
[TD]Date
[/TD]
[TD]Amount
[/TD]
[/TR]
[TR]
[TD]1/1/17
[/TD]
[TD]500
[/TD]
[/TR]
[TR]
[TD]1/1/17
[/TD]
[TD]200
[/TD]
[/TR]
[TR]
[TD]2/2/17
[/TD]
[TD]350
[/TD]
[/TR]
[TR]
[TD]3/2/17
[/TD]
[TD]550
[/TD]
[/TR]
[TR]
[TD]3/2/17
[/TD]
[TD]850
[/TD]
[/TR]
</tbody>[/TABLE]
Now I want to make another table which will summaries above figures, so there will be one entry for one date and value will be total of all values achieved on same date in above table. e.g.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Date
[/TD]
[TD]Amount
[/TD]
[/TR]
[TR]
[TD]1/1/17
[/TD]
[TD]700
[/TD]
[/TR]
[TR]
[TD]2/1/17
[/TD]
[TD]350
[/TD]
[/TR]
[TR]
[TD]3/1/17
[/TD]
[TD]1400
[/TD]
[/TR]
</tbody>[/TABLE]
Now my problem is, I keep adding values in my first table so rows keeps increasing. if I use sumifs formula, reference of last cell in this formula is fix. Dsum I am unable to use Dsumm formula as well, as it gives total of all the dates mentioned in table 2... can somebody help me in this case.
Regards,