Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Deriving from 0.5" to 0.5 and so on ..... Values only.

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Deriving from 0.5" to 0.5 and so on ..... Values only.

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Deriving from 0.5" to 0.5 and so on ..... Values only.

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deriving P-Value through LINEST Function RJ Excel Worksheet Functions 2 May 2nd 23 03:46 AM
Deriving Exactly XXX Amount of Weekdays Rob Excel Worksheet Functions 3 July 2nd 09 05:54 PM
How to create a scatter chart with 2 "X" values with common "Y"s M_LeDuc Charts and Charting in Excel 2 September 13th 07 10:26 PM
Deriving mathematical equations damo Excel Worksheet Functions 1 April 23rd 06 05:55 PM
Changing "returned" values from "0" to "blank" LATATC Excel Worksheet Functions 2 October 20th 05 04:41 PM


All times are GMT +1. The time now is 10:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"