I am trying to Track my stocks in Excel. Below is the formula that I am using to locate the info. This forumla works in the Google Spread Sheets, but not when I copy and paste it to Excel 2010.
=iferror(if(row()<>2,INDEX(arrayformula(filter($I14:$I$2,$C14:$C$2<>ʺʺ,row($C14:$C$2)=max(if($C14:$C$2=C15,row($C14:$C$2),0)))) ;1),0),0)
I have attached the spread sheet that I am working on. Basically, I want a cell to reference the other cells above it in the spread sheet, and look for a criteria, like a Stock symbol. If it finds that Criteria or Stock Symbol, I need it to grab some information from that line. Oh by the way, there could be multiple lines with that stock symbol, so I need it to reference the last line. Any help would be great appreciated.
Thanks,
Bookmarks