I am using this foumula to search A36:D59 for the value = to J105 then display value of cell 3 column's across

=IFERROR(VLOOKUP(J105,A36:D59,4,FALSE),"0")

How do I change this so that instead it displays the value of the cell one row down ?