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

=MID(A1,4,1)&MID(A1,5,1)
"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?