In my C column I have some data which looks like this : 0(1), 1(0), 0(0), 2(1), 3(0), 0(0), etc.
I'm trying to sum up the numbers on the LEFT of the parenthesis. This example would nomally return 5.
I tried using this fomula: =sumproduct(--(LEFT(C1:C30),1))) but i get a #VALUE ! error.
Right now I mostly have single digits on the left of the parenhesis and within as well but it's not excluded that I might have double digits in the futur.
Any help?
--BONUS questions : Would it also be possible to count Inside the parenthesis ?
I might be interested in finding out the sum of it too.
Thanks
I'm trying to sum up the numbers on the LEFT of the parenthesis. This example would nomally return 5.
I tried using this fomula: =sumproduct(--(LEFT(C1:C30),1))) but i get a #VALUE ! error.
Right now I mostly have single digits on the left of the parenhesis and within as well but it's not excluded that I might have double digits in the futur.
Any help?
--BONUS questions : Would it also be possible to count Inside the parenthesis ?
I might be interested in finding out the sum of it too.
Thanks