i have filtered data and trying to do the calculation with the one row above or one row down of the filtered data .how to achieve that . please advise?
Sub GarsButSuspense()
c = 64
rc = Cells(Rows.Count, "A").End(xlUp).Row
With Range("A1", Cells(rc, c))
.AutoFilter Field:=64...