excel formula

M

M@ Brereton

I am trying to add numbers from multiple spredsheets in one file.

The file is a timetable file with twelve spredsheets. One for each
Month. I am trying to add Cell J40 from 12 spreadsheets as they are
entered
 
J

Jim May

On your 13th (inserted) worksheet (Master - which should be the First
Worksheet (that is furtherest to the left)) in cell J40 enter:
Sheet1:Sheet12!J40 (rename Sheet1 and Sheet12 as appropriate)
That should do it..
 
J

Jim May

darn,,, you do know to enter the "=" before the Sheet1:Sheet12!J40 ,
don't you?
so that it is =Sheet1:Sheet12!J40
 
M

Myrna Larson

Hi, Jim:

How about adding a SUM function in there, too <g>, i.e.

=SUM(Sheet1:Sheet12!J40)

Myrna Larson
 
Top