nicolehalliday
Board Regular
- Joined
- May 19, 2010
- Messages
- 56
Hi everyone!
I currently have a long list of stock tickers in column N and their daily percent price change in column U. I wanted to find out which stock had the biggest gain so (without having to scroll through the 500 rows) so I used =LARGE(U6:U505,1). This works great and returns the percentage value of the biggest gain. However, I also want to return the stock ticker of the corresponding biggest gain. I tried =IF(E8=(U6:U505),OFFSET(E8,,7)) but it didn't work.
Basically I need to identify the largest percentage in column U and then return the cell value of the same row in column N. The daily percentage gains are changing constantly so that's why it cannot be hardcoded, and the offset reference is 'unknown'.
I'd really appreciate some help with this one, thanks!!!
I currently have a long list of stock tickers in column N and their daily percent price change in column U. I wanted to find out which stock had the biggest gain so (without having to scroll through the 500 rows) so I used =LARGE(U6:U505,1). This works great and returns the percentage value of the biggest gain. However, I also want to return the stock ticker of the corresponding biggest gain. I tried =IF(E8=(U6:U505),OFFSET(E8,,7)) but it didn't work.
Basically I need to identify the largest percentage in column U and then return the cell value of the same row in column N. The daily percentage gains are changing constantly so that's why it cannot be hardcoded, and the offset reference is 'unknown'.
I'd really appreciate some help with this one, thanks!!!