Add #, ignore text, in specific cells (not columns) plus percentages

MrSuperConfused

New Member
Joined
Nov 5, 2019
Messages
9
I have 11 cells to add that contain text and numbers. I only want to add the numbers, and if possible insert the sum into a cell that also contains text.

My other problem is creating a percentage using those 11 cells divided by 11 corresponding cells with only numbers to get the percentage in the another cell that also contains text.
 
Neither are working

It does for the sample data you gave. How did it not work?


Excel 2010
ABCDE
1T: 777
2T: 7
3T: 7TITLE - 63%
4T: 719
5T: 7
6T: 7
7T: 7
8T: 7
9T: 7
10T: 7
11T: 7
12U: 12
Sheet1
Cell Formulas
RangeFormula
B3="TITLE - "&TEXT(IF(MID(E12,2,1)=":",--(MID(E12,3,255)/C4),""),"0%")
C1{=SUM(IF(MID(A1:A100,2,1)=":",--MID(A1:A100,3,255)))}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Last edited:
Upvote 0

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,214,979
Messages
6,122,550
Members
449,088
Latest member
davidcom

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