Resolved my query regarding total sum calculating

  • Thread starter Thread starter tushar
  • Start date Start date
T

tushar

Hi

Please suggest to for this trouble E.g. in excel sheet I have update total
sum 500 in sheet no 2) update total sum 500 in sheet no 3 So, I would like
total sum from sheet 2 and sheet 3 in appear in sheet no1 in excel sheet.

Regards,
Tushar Patel
 
Hi Tushar

Maybe
=SUM(Sheet2:Sheet3!A1)
where A1 is the cell reference on the Sheets that holds your Subtotals
 
Hi Tushar

Maybe
=SUM(Sheet2:Sheet3!A1)
where A1 is the cell reference on the Sheets that holds your Subtotals
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top