[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Item no.[/TD]
[TD]Catagory[/TD]
[TD]Date[/TD]
[TD]Amt[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]T01[/TD]
[TD]1/1/2017[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]T01[/TD]
[TD]1/5/2017[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]T01[/TD]
[TD]5/5/2018[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]T01[/TD]
[TD]1/1/2017[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]T01[/TD]
[TD]1/1/2017[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]T02[/TD]
[TD]1/1/2017[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD].....[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to determine the item no. under catagory "T01", within a period from 1/1/2017 to 1/31/2017 contributed highest amt, without using sum column or helper column. Is there a way to do this?
For example here, the sum of Item A under T01 within this period 25 and the sum of item B under T01 within this period is 30 - the highest based on the data provided is "item B"
I want to show the information in the list below, Red text are determined by formular.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Description
[/TD]
[TD]Catagory[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD]Item no.[/TD]
[TD]Amt[/TD]
[/TR]
[TR]
[TD]Top Item Jan17
[/TD]
[TD]T01[/TD]
[TD]1/1/2017[/TD]
[TD]1/31/2017[/TD]
[TD]B
[/TD]
[TD]30
[/TD]
[/TR]
[TR]
[TD]Second Item Jan17[/TD]
[TD]T01
[/TD]
[TD]1/1/2017[/TD]
[TD]1/31/2017[/TD]
[TD]A
[/TD]
[TD]25
[/TD]
[/TR]
[TR]
[TD]Top item Jan17[/TD]
[TD]T01 and T01[/TD]
[TD]1/1/2017
[/TD]
[TD]1/31/2017[/TD]
[TD]B
[/TD]
[TD]45
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have researched online to find the answer - but it's quite difficult to apply the logic - I attached the links here -
Find Largest Sum and Item using an Array Formula:
https://www.mrexcel.com/forum/excel-questions/855461-find-largest-sum-item-using-array-formula.html
How to find the item with the largest sum in a table range?
https://www.extendoffice.com/documents/excel/4068-excel-find-largest-sum.html
Thank you for your kind attention!
<tbody>[TR]
[TD]Item no.[/TD]
[TD]Catagory[/TD]
[TD]Date[/TD]
[TD]Amt[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]T01[/TD]
[TD]1/1/2017[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]T01[/TD]
[TD]1/5/2017[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]T01[/TD]
[TD]5/5/2018[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]T01[/TD]
[TD]1/1/2017[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]T01[/TD]
[TD]1/1/2017[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]T02[/TD]
[TD]1/1/2017[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD].....[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to determine the item no. under catagory "T01", within a period from 1/1/2017 to 1/31/2017 contributed highest amt, without using sum column or helper column. Is there a way to do this?
For example here, the sum of Item A under T01 within this period 25 and the sum of item B under T01 within this period is 30 - the highest based on the data provided is "item B"
I want to show the information in the list below, Red text are determined by formular.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Description
[/TD]
[TD]Catagory[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD]Item no.[/TD]
[TD]Amt[/TD]
[/TR]
[TR]
[TD]Top Item Jan17
[/TD]
[TD]T01[/TD]
[TD]1/1/2017[/TD]
[TD]1/31/2017[/TD]
[TD]B
[/TD]
[TD]30
[/TD]
[/TR]
[TR]
[TD]Second Item Jan17[/TD]
[TD]T01
[/TD]
[TD]1/1/2017[/TD]
[TD]1/31/2017[/TD]
[TD]A
[/TD]
[TD]25
[/TD]
[/TR]
[TR]
[TD]Top item Jan17[/TD]
[TD]T01 and T01[/TD]
[TD]1/1/2017
[/TD]
[TD]1/31/2017[/TD]
[TD]B
[/TD]
[TD]45
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have researched online to find the answer - but it's quite difficult to apply the logic - I attached the links here -
Find Largest Sum and Item using an Array Formula:
https://www.mrexcel.com/forum/excel-questions/855461-find-largest-sum-item-using-array-formula.html
How to find the item with the largest sum in a table range?
https://www.extendoffice.com/documents/excel/4068-excel-find-largest-sum.html
Thank you for your kind attention!