Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Is there any way I can add the two digits making up example: the number 16
which is found in a single cell. Add 1 plus 6 which would equal 7. The original number 16 is the number found in a single cell. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
In A1: 16
In B1: =SUM(RIGHT($A1,1),LEFT($A1,1)) Drag formula down if you want to do this to multiple entries in Column A. -- Add MS to your News Reader: news://msnews.microsoft.com Rich/rerat (RRR News) <message rule <<Previous Text Snipped to Save Bandwidth When Appropriate "Billy118" wrote in message ... Is there any way I can add the two digits making up example: the number 16 which is found in a single cell. Add 1 plus 6 which would equal 7. The original number 16 is the number found in a single cell. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Try this:
A1 = 16 =SUMPRODUCT(--MID(A1,ROW(INDIRECT("1:" & LEN(A1))),1)) -- Biff Microsoft Excel MVP "Billy118" wrote in message ... Is there any way I can add the two digits making up example: the number 16 which is found in a single cell. Add 1 plus 6 which would equal 7. The original number 16 is the number found in a single cell. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding to the row digit in the cell reference | Excel Discussion (Misc queries) | |||
How to validate a cell to insert from 9 digit number to 13 digit number. | Excel Worksheet Functions | |||
How to validate a cell to insert from 9 digit number to 13 digit number. | Excel Worksheet Functions | |||
Adding a 0 to a four digit number | Excel Discussion (Misc queries) | |||
Color a single digit in a mult-digit number cell | Excel Discussion (Misc queries) |