number of a row

J

John W. Vinson

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?
 
A

aaron.kempf

I use ROW_NUMBER in SQL Server usually

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