Perhaps this formula; it adds the values in B2 across sheet1 to sheet3

Formula: copy to clipboard
=SUM(Sheet1:Sheet3!B2)


Thanks