View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default How to look up a =COUNTA and =SUM formula from another sheet?

You can easily sum across sheets

=SUM('First sheet:Last sheet'!A1:A10)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Item Manager" wrote in message
...
I'm trying to build a report that will look up the counta and total sum
formula's from one worksheet to another. I would like for this report to
consolidate all total cost from 54 sheets in the same workbook. Any
suggestions?