From: Joel Pearson Date: 2013-04-05T17:31:49+09:00 Subject: Re: question on watir There are many ways to do this. You should go through some tutorials on using Arrays and Hashes. In a multidimensional Array: sheet.select { |row| row['name']=='gopal' }.first In a Hash: raja.index 'hi' -- Posted via http://www.ruby-forum.com/.