Hi all,
Hopefully it's possible, what not in excel
I'm familiar with the large function, the thing is that I would like to make it dynamic with a vlookup or match function in it. So in the below case if a user wants to find out the highest sales of the three weeks by a certain product, he just needs to fill in the product in a certain cell, the formula looks it up in the columns with the sales numbers. But to do it I think it first would need like a workaround to first find the right row and the look for the highest number in the row matching with the product. As far as I have figured it out, the large formula keeps on searching in the rows which I have determined and it's not dynamic.
Is this possible?
[TABLE="width: 854"]
<colgroup><col><col><col><col span="3"></colgroup><tbody>[TR]
[TD] [/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Geography[/TD]
[TD]Product[/TD]
[TD]Measure[/TD]
[TD]Wk 1, 2018[/TD]
[TD]Wk 2, 2018[/TD]
[TD]Wk 3, 2018[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]TOTAAL FACE CARE [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]3169349,00[/TD]
[TD="align: right"]4053950,00[/TD]
[TD="align: right"]3930085,00[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]VENDOR NOT FOUND BIO OIL [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]153978,00[/TD]
[TD="align: right"]117877,00[/TD]
[TD="align: right"]696625,00[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]BEIERSDORF NIVEA [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]28263,00[/TD]
[TD="align: right"]31669,00[/TD]
[TD="align: right"]49352,00[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]L'OREAL L'OREAL [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]780267,00[/TD]
[TD="align: right"]855151,00[/TD]
[TD="align: right"]639315,00[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]PROCTER & GAMBLE OLAZ [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]211439,00[/TD]
[TD="align: right"]603582,00[/TD]
[TD="align: right"]547956,00[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]LOUIS WIDMR INTRNTNL LOUIS WIDMER [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]276322,00[/TD]
[TD="align: right"]429635,00[/TD]
[TD="align: right"]245835,00[/TD]
[/TR]
</tbody>[/TABLE]
Hopefully it's possible, what not in excel
I'm familiar with the large function, the thing is that I would like to make it dynamic with a vlookup or match function in it. So in the below case if a user wants to find out the highest sales of the three weeks by a certain product, he just needs to fill in the product in a certain cell, the formula looks it up in the columns with the sales numbers. But to do it I think it first would need like a workaround to first find the right row and the look for the highest number in the row matching with the product. As far as I have figured it out, the large formula keeps on searching in the rows which I have determined and it's not dynamic.
Is this possible?
[TABLE="width: 854"]
<colgroup><col><col><col><col span="3"></colgroup><tbody>[TR]
[TD] [/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Geography[/TD]
[TD]Product[/TD]
[TD]Measure[/TD]
[TD]Wk 1, 2018[/TD]
[TD]Wk 2, 2018[/TD]
[TD]Wk 3, 2018[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]TOTAAL FACE CARE [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]3169349,00[/TD]
[TD="align: right"]4053950,00[/TD]
[TD="align: right"]3930085,00[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]VENDOR NOT FOUND BIO OIL [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]153978,00[/TD]
[TD="align: right"]117877,00[/TD]
[TD="align: right"]696625,00[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]BEIERSDORF NIVEA [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]28263,00[/TD]
[TD="align: right"]31669,00[/TD]
[TD="align: right"]49352,00[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]L'OREAL L'OREAL [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]780267,00[/TD]
[TD="align: right"]855151,00[/TD]
[TD="align: right"]639315,00[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]PROCTER & GAMBLE OLAZ [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]211439,00[/TD]
[TD="align: right"]603582,00[/TD]
[TD="align: right"]547956,00[/TD]
[/TR]
[TR]
[TD]Walmart[/TD]
[TD]LOUIS WIDMR INTRNTNL LOUIS WIDMER [/TD]
[TD]Euro Sales[/TD]
[TD="align: right"]276322,00[/TD]
[TD="align: right"]429635,00[/TD]
[TD="align: right"]245835,00[/TD]
[/TR]
</tbody>[/TABLE]