View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
damorrison
 
Posts: n/a
Default find value in specific row


wrote:
The Index worksheet function might also work

=Index(A1:Z100,5,4) will return the contents of row 5, column 4


It sure does thanks, and I am still trying out the code, don't know
where I should put it though