Hi there,
To simplify, I have 4 stores and I want to return the store name with the highest sales*. But I want to exclude store names with a numbered suffix (i.e. only store names that end with a letter suffix should be included). So in the table below, I'd want the formula to return Store C, since Store 6 doesn't meet my requirement of ending with a letter suffix.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Store [/TD]
[TD]Sales[/TD]
[/TR]
[TR]
[TD]Store A[/TD]
[TD]$50,000[/TD]
[/TR]
[TR]
[TD]Store B[/TD]
[TD]29,000[/TD]
[/TR]
[TR]
[TD]Store C[/TD]
[TD]72,000[/TD]
[/TR]
[TR]
[TD]Store 6[/TD]
[TD]81,000[/TD]
[/TR]
</tbody>[/TABLE]
I tried INDEX/MATCH/MAX variations to no avail. I don't want to rely on filtering or any VBA - a formula is desired here. Excel 2013.
Many thanks.
James
To simplify, I have 4 stores and I want to return the store name with the highest sales*. But I want to exclude store names with a numbered suffix (i.e. only store names that end with a letter suffix should be included). So in the table below, I'd want the formula to return Store C, since Store 6 doesn't meet my requirement of ending with a letter suffix.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Store [/TD]
[TD]Sales[/TD]
[/TR]
[TR]
[TD]Store A[/TD]
[TD]$50,000[/TD]
[/TR]
[TR]
[TD]Store B[/TD]
[TD]29,000[/TD]
[/TR]
[TR]
[TD]Store C[/TD]
[TD]72,000[/TD]
[/TR]
[TR]
[TD]Store 6[/TD]
[TD]81,000[/TD]
[/TR]
</tbody>[/TABLE]
I tried INDEX/MATCH/MAX variations to no avail. I don't want to rely on filtering or any VBA - a formula is desired here. Excel 2013.
Many thanks.
James