LowEndBox - Cheap VPS, Hosting and Dedicated Server Deals

I Didn't Know It Could Do That! Cool Google Sheets Tricks You Haven't Seen Before

Google SheetsI’m a big user of Google Sheets, the web-based spreadsheet.  Although I use Excel at work (who doesn’t?), I prefer Sheets at home.  It’s online, it’s easy to share with others, and it does everything I need.  I’ve tried switching over to Apple’s Numbers, which has the unique ability to place multiple table-like spreadsheet blocks on a page, which eliminates the tedium of adjusting column sizes or getting into grid formats.  But I keep coming back to Sheets.  Habits die hard.

I find I’m still learning some of the things the app can do.  Here are some of Sheets’ more obscure corners.

Percentages to Fractions

Recently, I was curious if it was possible to convert a percentage to a fraction.  In other words, if cell A1 is “25%”, can cell B1 be a formula that displays “1/4”.  And if A1 changes to 16.6%, have B1 change to “1/6,” etc.  Can this be done?

Yup.  Here’s B1:

=IF(A1="", "", TEXT(A1, "# ?/?"))

Example:

Google Sheets Fractions

Pretty slick.  The precision depends on how many question marks you use after the slash.  As specified above, its’ limited to one-digit denominators.  If we change the formula to:

=IF(A1="", "", TEXT(A1, "# ?/??"))

then we get more precision:

Google Fractions 2

Mini Graphs

Google Sheets has all kinds of charts, but less well known are its mini graphs, called sparklines.  These are mini line charts that fit in a single cell.  Here’s an example:

Google Sparklines

When In Rome…

Arabic numerals are one of those technologies that should show up on the Civilization VII Tech Tree because they’re a huge step forward.  If you disagree, try this experiment.  Take two Roman numerals (for example, MCMLVII and XXI) and try to add them without mentally using Arabic numerals.  If I tell you the numbers are 1957 and 21, you can do it in your head (1978), but I bet without Arabic numerals you’re going to be manually counting up or cheating.

However, Roman numerals are still useful.  Maybe you’re looking at the copyright of an old movie, trying to sort Super Bowls, or trying to figure out which Leo is now Pope.  Google Sheets has you covered with the ROMAN() function:

Google Roman Numerals

And if you want to go in the opposite direction:

Google Arabic

And you can even solve that problem I posed:

Google Arabic Addition

 

No Comments

    Leave a Reply

    Some notes on commenting on LowEndBox:

    • Do not use LowEndBox for support issues. Go to your hosting provider and issue a ticket there. Coming here saying "my VPS is down, what do I do?!" will only have your comments removed.
    • Akismet is used for spam detection. Some comments may be held temporarily for manual approval.
    • Use <pre>...</pre> to quote the output from your terminal/console, or consider using a pastebin service.

    Your email address will not be published. Required fields are marked *