var vivod,sum=0; $('tr.nowrap td:nth-child(16)').each(function () { sum+= parseInt( $(this).text() ); // или, если там просто цифры, то +$(this).text() }); $('#combined_table').after(sum);