Instead of a13 try something like this.
=offset($a$12,1,0,counta($a:$a)-12,1)
I also suggest not 2 rows for data but 2 COLUMNS.
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
<(E-Mail Removed)> wrote in message
news:d2052883-19c6-4044-b41a-(E-Mail Removed)...
> There are headings and info at the top of every sheet, from rows 1 to
> 12. All students and their data are entered beginning on row 13.
> Each student's data and associated formulas will occupy 2 rows, so
> students' names will always be on odd rows. They are not sorted in any
> particular order (class sizes average around 10 students). However,
> some students will be leaving midway through a semester; hence, the
> reason why we wanted a way to delete. I'm rather new to automating
> things in VB.