Arriving at totals

Joined
Aug 19, 2016
Messages
29
Reaction score
1
dear all
I have a table with 5 columns/5 rows
(25 cells). Each cell have some numbers.
How to find out the total.

7. 1. 5. 3. 2
8. 4. 9. 5. 5
6. 7. 2. 8. 1
4. 8. 4. 1. 3
,2. 9. 2. 6. 1
Total should be 113

Is there a formula for this.

Thanks
m s narayanan
 
Joined
Mar 25, 2017
Messages
8
Reaction score
2
It appears there is a dot behind each number, and if so, try...

=SUMPRODUCT(--(SUBSTITUTE(A1:E5,".","")))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top