How I solved it. Add each row and subtract total from the goal. Note that number on a scratchpad as the amount that needs to be removed. Do the same for the columns. Then starting top down get all the rows solved. Once all the rows are solved do the columns left to right....adjusting as you go. Pretty straightforward once you have the numbers that need to be removed.