View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
CribbsStyle CribbsStyle is offline
external usenet poster
 
Posts: 25
Default Find Cell with Value and get Value of Cell Below it

On Jan 12, 12:22 am, "Jim Cone" wrote:
Name the cells with data in column E.
I used the name "LookupRange"
Place this formula in cell B15...

=INDEX(LookupRange,MATCH("Tackles",LookupRange,0)+ 1,1)
--
Jim Cone
San Francisco, USAhttp://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)

"CribbsStyle"
wrote in message
I need to find the word "Tackles" in Column E and then have the value
of the cell below it inserted into B15 on another sheet. This seems
like it would be simple...but for some reason cant do it, lol. Any
Help?


Perfect! Thank You Very Much!