Sum Formula Help Please

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a workbook with sheets for every day of the month - from 1st 30 31st.
I want to sum cells from all sheets and I'm using the following:

=sum('1st':'31st'C12)

but it won't work. I know it's probably something to do with the fact that
there are numbers rather than text but I can't work it out. Can someone
please help?

TIA and very grateful if someone can.

Michele
 
Michele,

You're missing a ! between the sheet names and the cell
reference. Try the following:

=SUM('1st:31st'!C12)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Thanks to both of you who replied. I missed it on the formula I wrote out
here - the ! that is - but not when I did it on the sheet. I've noticed that
both of you have written '1st:31st' and not '1st':'31st'; could that be the
answer?

Many thanks again.

Michele
 

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