View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul B Paul B is offline
external usenet poster
 
Posts: 709
Default How to sum 2 +2 = 22 in Excel?

Fisher, 7+3=10, but maybe this will do what you want
=MID(A1,4,1)&MID(A1,5,1)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Fisher" wrote in message
...
I got a problem! Let me show it as an example:

- We ave a coloumn with the number: 4567345

- my problem is, that I want to sum the 4th (7) and 5th (3) digits. The
calculation is: 7 + 3 = 73. How do I that in excel?

Can anybody help?