Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fractions to Decimals 1

Status
Not open for further replies.

catellor

Technical User
Jan 8, 2008
1
US
My question is i am trying to get fractional prices from Bloomberg Trading System to show up in a spread sheet as a decimal.

For Example:

The price in bloomberg will read 100-16 which in reality is 100 and 16/32 which would be in decimal 100.50.

I was wondering if there was anyway to create a formula to do this.

thanks bob
 
If it is always /32, then:

=VALUE(LEFT(A1,FIND("-",A1)-1))+VALUE(RIGHT(A1,LEN(A1)-FIND("-",A1)))/32



[Blue]Blue[/Blue] [Dragon]

If I wasn't Blue, I would just be a Dragon...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top