Hello,
I wanted to ask how I could write a macro that would go through a list and find the largest number correlating with the values in A. For example
<tbody>
</tbody>
Therefore in Column C, it should display the largest value correlating with each set in A. So 90 in C4, 9 in C7, and 89 in C10.
The issue that I am having is that the number of rows over which the maximum formula applies is not constant. I was hoping to get some help with that. Thank you!
I wanted to ask how I could write a macro that would go through a list and find the largest number correlating with the values in A. For example
Name | Object |
Apple | 5 |
Apple | 3 |
Apple | 90 |
Orange | 1 |
Orange | 5 |
Orange | 9 |
Orange | 8 |
Orange | 2 |
Mango | 89 |
Mango | 45 |
<tbody>
</tbody>
Therefore in Column C, it should display the largest value correlating with each set in A. So 90 in C4, 9 in C7, and 89 in C10.
The issue that I am having is that the number of rows over which the maximum formula applies is not constant. I was hoping to get some help with that. Thank you!