Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hello all,
I have a work schedule where the column heading is the employee's name and the cells below indicate what the employee's status was for that date, as follows: col A col B Date Smith 01/01/07 8.0 SIC 01/02/07 4.0 SIC 01/03/07 D (indicating worked the day) 01/04/07 8.0 VAC TOTAL SIC Hrs: 12.0 I've tried extracting the numerical values into a hidden helper column "C" using the following formula: =IF(RIGHT(B2,3)="SIC",LEFT(B2,3),"") It extracts the correct value, however, it is formatted as text. The only way I know of to SUM column "C" is to copy and paste the values, then convert to a number. Does anyone know an easier way to do this without the copy,paste,convert, if possible? Thanks, Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
summing cells with text and numbers | Excel Worksheet Functions | |||
Summing cells that contain numbers and text | Excel Discussion (Misc queries) | |||
How do I sum numbers in cells that have text? | Excel Worksheet Functions | |||
Cells as text not numbers??? | Excel Discussion (Misc queries) | |||
How do I sum numbers from cells that contain text | Excel Worksheet Functions |