Is there a way to format numbers from decimal into fraction like excel does.
Answers
-
There isn't a way to convert it to useable fractions, but with formulas we can convert them to text values that represent the fraction and we can convert text values that look like fractions into numerical values.
-
Sorry to revive this. I am also in construction and use fractions a lot. This is what we came up with to convert fractions into decimals in Smartsheet.
This assumes that the fraction is in inches and is written exactly like these examples without the inch (") indicator:
53 1/2
102 33/64
15 13/16
=VALUE(LEFT([WIDTH F]@row, FIND(" ", [WIDTH F]@row) - 1)) + VALUE(MID([WIDTH F]@row, FIND(" ", [WIDTH F]@row) + 1, FIND("/", [WIDTH F]@row) - FIND(" ", [WIDTH F]@row) - 1)) / VALUE(MID([WIDTH F]@row, FIND("/", [WIDTH F]@row) + 1, LEN([WIDTH F]@row) - FIND("/", [WIDTH F]@row)))
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 430 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 75 Community Job Board
- 502 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives