number of a row

  • Thread starter Thread starter Eef
  • Start date Start date
Is there a way to find the number of the row of a certain cell?

Context? Is this in an Access database (the subject of this newsgroup) or an
Excel spreadsheet?
 
I use ROW_NUMBER in SQL Server usually

or I can issue DDL to add an identity column directly to the result
set
 
Back
Top