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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top