Copying from One Sheet to Another in Xcel

Husssy

Registered User
Messages
48
Have 12 monthly sheets in an xcel file that i want to summarise in one sheet(sheet 13), tried to copy monthly totals from each sheet(these have formulae) to sheet 13 but coming up with error message,any help greatly appreciated.
 
I think you should be able to do this by using the following formula where you want each month total to go:

=Sheet!CellNo

e.g. if Sheet 1was called Jan and total was in c1 then formula would be:

=Jan!C1
 
try copy and 'paste special', and select value. You will then lose the formula though but should get the value without the error.
 
Back
Top