I would like to add weight of items which are delivered. That is if an item has along side a date then add that item to total else do not add that item.
Please provide me formula. There will be 1000 + such rows and 10+ column .
[TABLE="width: 500"]
<tbody>[TR]
[TD]Weight[/TD]
[TD]Date[/TD]
[TD]Weight[/TD]
[TD]Date[/TD]
[TD]Weight[/TD]
[TD]Date[/TD]
[TD]Weight[/TD]
[TD]Date[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1 March[/TD]
[TD]2[/TD]
[TD]1 March[/TD]
[TD]3[/TD]
[TD]5 March[/TD]
[TD]2[/TD]
[TD]2 Feb[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]2[/TD]
[TD]1 March[/TD]
[TD]3[/TD]
[TD][/TD]
[TD]2[/TD]
[TD]5 Feb[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
Add the Weight if Date is provided at the right.
Don't add weight if Date is not provided at the right.
Thank you.
Please provide me formula. There will be 1000 + such rows and 10+ column .
[TABLE="width: 500"]
<tbody>[TR]
[TD]Weight[/TD]
[TD]Date[/TD]
[TD]Weight[/TD]
[TD]Date[/TD]
[TD]Weight[/TD]
[TD]Date[/TD]
[TD]Weight[/TD]
[TD]Date[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1 March[/TD]
[TD]2[/TD]
[TD]1 March[/TD]
[TD]3[/TD]
[TD]5 March[/TD]
[TD]2[/TD]
[TD]2 Feb[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]2[/TD]
[TD]1 March[/TD]
[TD]3[/TD]
[TD][/TD]
[TD]2[/TD]
[TD]5 Feb[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
Add the Weight if Date is provided at the right.
Don't add weight if Date is not provided at the right.
Thank you.