ClaytonKershaw
New Member
- Joined
- Dec 31, 2012
- Messages
- 6
I'm working on an array formula to return the name of the value with the largest value in a range.
In column A, I have the cities names and in column B I have the pouplations that correspond to the city name.
I can do an if formula such as =IF(B3=MAX($B$2:$B$44),A3,"") and that will provide the name of the largest value. However, I have to fill handle it down the entire range. Thus why I am trying to create an array so I can just enter it in one cell.
Thanks
[TABLE="width: 155"]
<TBODY>[TR]
[TD][/TD]
[TD]
[/TD]
[/TR]
</TBODY>[/TABLE]
In column A, I have the cities names and in column B I have the pouplations that correspond to the city name.
I can do an if formula such as =IF(B3=MAX($B$2:$B$44),A3,"") and that will provide the name of the largest value. However, I have to fill handle it down the entire range. Thus why I am trying to create an array so I can just enter it in one cell.
Thanks
[TABLE="width: 155"]
<TBODY>[TR]
[TD][/TD]
[TD]
[/TD]
[/TR]
</TBODY>[/TABLE]