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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives