Hi,
Is there a way to get row index for a given criteria that matches multiple column values?
For e.g. I would like to get row index of the record that matches following criteria:
Name Column = ‘Tom’
Gender Column = ‘M’
Country column = ‘US’
If this record is in third position I should get 2 as returned row index.