Forum Discussion
sum of same cell, from many different sheets on excel online.
Yes, it works with Excel Online if your sheets have names "1","2" and "3".
=SUM('1'!E47,'2'!E47,'3'!E47) or =SUM('1:3'!E47)
- moringa freshApr 30, 2018Copper Contributor
HMM...I tried : =SUM('1'!E47, '2'!E47)
and I get this response #NOMBRE? (My computer is in spanish, I assume it would be #name? in english)
my formula has spaces because it also didnt work without spaces. Any other ideas?
- moringa freshApr 30, 2018Copper Contributor
I did find that a few things are different with the spanish version. As of now I have realized I should put the formula like this:
=SUMA(Hoja1!B5, Hoja2!B5)
now its not giving me an error indication, however, it is summing up 0 and it should show me a large number with just the 2 cells being added.
- SergeiBaklanMay 01, 2018Diamond Contributor
My guess for Spanish version you shall use semicolons, not commas.
Anyway, please open attached file and check how the formula looks in E44
- SergeiBaklanApr 30, 2018Diamond Contributor
It looks like this
That's Excel online
For the Spanish version the formula is
=SUMA('1'!E47;'2'!E47;'3'!E47)
- Matt MickleApr 30, 2018Bronze Contributor
Try this formula. I think Sergei already created this one as well, but it seems to work for me.... I just tried it in an Excel Online mockup and it worked without issue (I had 5 worksheets named 1,2,3,4 & 5):
=SUM('1:5'!E47)
If you can export your workbook from Excel online and provide a non-sensitive example file it may help to solve your issue. There may be something happening that is not apparent based on your description that would be easier to find with an example file.