Thread
:
find value in specific row
View Single Post
#
5
Posted to microsoft.public.excel.misc
damorrison
Posts: n/a
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
Reply With Quote