I have a workbook with 4 tabs, in the first 3 tabs the values in "B1" I need to total in the fourth tabs "B1" Hoe do I do that?
I have a workbook with 4 tabs, in the first 3 tabs the values in "B1" I need to total in the fourth tabs "B1" Hoe do I do that?
Hi
try this in Sheet4!b1
=SUM(Sheet1:Sheet3!B1)
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
One of these methods should work
PHP Code:
=SUM(Sheet1:Sheet3!A1)
![]()
Please Login or Register to view this content.
I did what you said, now In tab4 "b1" it says #Name?
I tried two different things
=Sum(Sheet1:Sheet3!b1) now in tab4 b1 it says #Name?
=Sheet1!A1+Sheet2!A1+Sheet3!A1 now in tab 4 b1 it says #Ref!
Any ideas?
Take a look to the sample.
Thanks, I got it to work by re-naming my tabs?? Thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks