Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a column with numbers that I split up and extract from e g:
A 1 5-14 3.2L 2 11-14*3.6L 3 +1-12 0.5L 4 10-16 5.1L 5 +1-12*0.2L I used a function to delete the +,*,L as follows: SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"+",""),"*"," "),"L","") that leaves me with column "B" as follows B 1 5-14 3.2 2 11-14 3.6 3 1-12 0.5 4 10-16 5.1 5 1-12 0.2 then I extract from column "B" numbers as follows column column column C D E 1 5 14 3.2 2 11 14 3.6 3 1 12 0.5 4 10 16 #value! should be 5.1 5 1 12 0.2 A1 has the same number content as A4 , yet A4 returns an error I tried different formats but no luck Has it something to do with B1 has 7 caracters and B4 has 8 caracters ? can some one please help thanks bill -- bill gras |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I keep the zeros in front of numbers when i split a cell | Excel Worksheet Functions | |||
How do I hide the zero in the "sum" cell until numbers are put in the cells that are being added? | Excel Worksheet Functions | |||
separating numbers and letters from alphanumeric cell contents | Excel Worksheet Functions | |||
spinner linked cell problem | Excel Discussion (Misc queries) | |||
Copy an Drag cell Formula Problem | Excel Discussion (Misc queries) |