welcome to the forum, Renee. you could do it like this:
=SUM(INDIRECT(ADDRESS(N33,10)&":"&ADDRESS(O33,10)))
but INDIRECT is volatile & will slow down your workbook. so this might be better:
=SUM(INDEX(J:J,N33):INDEX(J:J,O33))
change my commas to semi-colons for it to work on your regional settings
Bookmarks