Add number in single cell

Anos

New Member
Joined
Mar 17, 2023
Messages
7
Office Version
  1. 2021
Platform
  1. Windows
Sir how to add number in a single of excel without using VBA or macro suppose I have to add numbers 24+51+53 in single cell numbers can go into 3 to 4 digits like 200+4000+5000 can this be solved without using VBA or macro only by formula present in excel
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Hi & Welcome to MrExcel.

Do you want just total for these numbers?


Book3
AB
1
2128
39200
4
5
Sheet5
Cell Formulas
RangeFormula
A2A2=24+51+53
A3A3=200+4000+5000
 
Upvote 0
Like this?
Book2
AB
124+51+53128
2200+4000+50009200
Sheet1
Cell Formulas
RangeFormula
B1:B2B1=SUM(TEXTSPLIT(A1,"+")+0)
 
Upvote 0
Another approach
=LAMBDA(Text,EVALUATE("=" & Text))

LAMBDA.xlsm
AB
424+51+53128
5200+4000+50009,200
6200 + 4000 + 50009,200
74553-4610-57
8 50 + 50100
9 50+50100
1012*896
1112 * 9108
12 2+4+6-102
13 21/37
14(270-100)*(4-2)340
15 10^5100,000
1g
Cell Formulas
RangeFormula
B4:B15B4=EvalCell(A4)
 
Upvote 1

Forum statistics

Threads
1,215,694
Messages
6,126,254
Members
449,305
Latest member
Dalyb2

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