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

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Forum statistics

Threads
1,214,642
Messages
6,120,698
Members
448,979
Latest member
DET4492

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