New question working with tables.

I have the following formula:
=iferror(index(Table4[STATUS],Match([BT/AT],IF(Table4[STATUS]<>"INITIAL REJECT",Table4[BT/AT]),0)),"")
The formula works fine for the first cell, but when I copy it down the column it returns the results from the first cell to all of the cells.