excel scripting Q
excel scripting Q
- Started
- Last post
- 1 Response
- morphinelips
I have a .csv file that I would like to import into a mySQL database, but I want to make a column in excel that serves as the key and increments from 1 to however many rows there are.
1
2
.
.
.
10000I know I have to use something like =COUNT(A1:THISROWNUM) but I don't know how to determine the current row.
Thanks for any help...
- morphinelips0
ooh, found it.
=row()