I WANT TO TOTAL WITHOUT ()

Jagat Pavasia

Active Member
Joined
Mar 9, 2015
Messages
359
Office Version
  1. 2021
Platform
  1. Windows
Dear sir,

I want to total my E8 to E26 at in E6.

I have digit in my E row with bracket.

I have inserted screen shot below.


Capture.JPG



pls help
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Can you post some sample data, rather than an image.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
Try

Confirm formula with Ctrl + Shift + Enter

TOTAL WITHOUT ().xlsx
ABCDEF
1
2
3
4
5
67307.4
7
8384.60 (17/11/2022)
9384.60 (17/11/2022)
10384.60 (17/11/2022)
11384.60 (17/11/2022)
12384.60 (17/11/2022)
13384.60 (17/11/2022)
14384.60 (17/11/2022)
15384.60 (17/11/2022)
16384.60 (17/11/2022)
17384.60 (17/11/2022)
18384.60 (17/11/2022)
19384.60 (17/11/2022)
20384.60 (17/11/2022)
21384.60 (17/11/2022)
22384.60 (17/11/2022)
23384.60 (17/11/2022)
24384.60 (17/11/2022)
25384.60 (17/11/2022)
26384.60 (17/11/2022)
27
Sheet3
Cell Formulas
RangeFormula
E6E6=SUM(REPLACE(E8:E26,SEARCH("(",E8:E26),99,"")+0)
 
Upvote 0
you could do this by using another column in excel, then you can add your sum formula. Im sure there are lots of other methods as well


Screenshot 2023-03-16 112838.png
 

Attachments

  • Screenshot 2023-03-16 112838.png
    Screenshot 2023-03-16 112838.png
    19.5 KB · Views: 3
Upvote 0
Another option
Excel Formula:
=SUM(--(LEFT(E8:E26,FIND("(",E8:E26)-1)))
 
Upvote 0
have a look if this work for you

=SUMPRODUCT(--LEFT(E8:E26,(FIND(" ",E8:E26)-1)))
 
Upvote 0
Try

Confirm formula with Ctrl + Shift + Enter

TOTAL WITHOUT ().xlsx
ABCDEF
1
2
3
4
5
67307.4
7
8384.60 (17/11/2022)
9384.60 (17/11/2022)
10384.60 (17/11/2022)
11384.60 (17/11/2022)
12384.60 (17/11/2022)
13384.60 (17/11/2022)
14384.60 (17/11/2022)
15384.60 (17/11/2022)
16384.60 (17/11/2022)
17384.60 (17/11/2022)
18384.60 (17/11/2022)
19384.60 (17/11/2022)
20384.60 (17/11/2022)
21384.60 (17/11/2022)
22384.60 (17/11/2022)
23384.60 (17/11/2022)
24384.60 (17/11/2022)
25384.60 (17/11/2022)
26384.60 (17/11/2022)
27
Sheet3
Cell Formulas
RangeFormula
E6E6=SUM(REPLACE(E8:E26,SEARCH("(",E8:E26),99,"")+0)
not working when i extend formula to E8:E500
 
Upvote 0
not working when i extend formula to E8:E500

In post #1 you did mentioned just upto row 26

Try

Book1
ABCDEF
1
2
3
4
5
67307.4
7
8384.60 (17/11/2022)
9384.60 (17/11/2022)
10384.60 (17/11/2022)
11384.60 (17/11/2022)
12384.60 (17/11/2022)
13384.60 (17/11/2022)
14384.60 (17/11/2022)
15384.60 (17/11/2022)
16384.60 (17/11/2022)
17384.60 (17/11/2022)
18384.60 (17/11/2022)
19384.60 (17/11/2022)
20384.60 (17/11/2022)
21384.60 (17/11/2022)
22384.60 (17/11/2022)
23384.60 (17/11/2022)
24384.60 (17/11/2022)
25384.60 (17/11/2022)
26384.60 (17/11/2022)
27
Sheet3
Cell Formulas
RangeFormula
E6E6=SUMPRODUCT(IFERROR(LEFT(E8:E500,SEARCH("(",E8:E500)-2)+0,0))
 
Upvote 0
Solution

Forum statistics

Threads
1,217,046
Messages
6,134,262
Members
449,862
Latest member
Muhamad Irfandi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top