Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dear All,
Good day !!!!!!!!! I have a Column data with following values. 0.5" 0.75" 1" 1.5" 2" 3" 4" 6" 8" 10" 12" .... upto 56" I want to derive only numerical fielf for some calculation. I mean i want to fetch from a common formula that yields 0.5,0.75,1,2, and so on. For example Cell b10 contains 0.5" then in cell D10 i want 0.5 Cell b11 contains 0.75" then in cell D11 i want 0.75 and so on. Please assist ? Rgds, Aligahk06 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
=LEFT(B10,LEN(B10)-1)+0 Drag down as required. The +0 isn't strictly necessary it just makes it right justify. Mike "Aligahk06" wrote: Dear All, Good day !!!!!!!!! I have a Column data with following values. 0.5" 0.75" 1" 1.5" 2" 3" 4" 6" 8" 10" 12" ... upto 56" I want to derive only numerical fielf for some calculation. I mean i want to fetch from a common formula that yields 0.5,0.75,1,2, and so on. For example Cell b10 contains 0.5" then in cell D10 i want 0.5 Cell b11 contains 0.75" then in cell D11 i want 0.75 and so on. Please assist ? Rgds, Aligahk06 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Another way...
=--SUBSTITUTE(A1,CHAR(34),) OR =SUBSTITUTE(A1,CHAR(34),)+0 If this post helps click Yes --------------- Jacob Skaria "Aligahk06" wrote: Dear All, Good day !!!!!!!!! I have a Column data with following values. 0.5" 0.75" 1" 1.5" 2" 3" 4" 6" 8" 10" 12" ... upto 56" I want to derive only numerical fielf for some calculation. I mean i want to fetch from a common formula that yields 0.5,0.75,1,2, and so on. For example Cell b10 contains 0.5" then in cell D10 i want 0.5 Cell b11 contains 0.75" then in cell D11 i want 0.75 and so on. Please assist ? Rgds, Aligahk06 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deriving P-Value through LINEST Function | Excel Worksheet Functions | |||
Deriving Exactly XXX Amount of Weekdays | Excel Worksheet Functions | |||
How to create a scatter chart with 2 "X" values with common "Y"s | Charts and Charting in Excel | |||
Deriving mathematical equations | Excel Worksheet Functions | |||
Changing "returned" values from "0" to "blank" | Excel Worksheet Functions |