View Single Post
  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

one way:

In a cell on the third sheet:

=Sheet1!B45 + Sheet2!C76

In article ,
"Rick Hoffman" wrote:

What is the easiest way to add two cells from different pages in a
spreadsheet? If you want to add B45 from the first sheet and C76 from the
second sheet and display that sum on a third sheet how would you do it?

Thanks!