Categories
Personal

How Microsoft Office Can Break A Habit

I decided my life was in need of touching up. I needed a hack for my life. So I sat down and assessed all the problems I am currently facing. Physical representation is always better than just sheer memory alone. Paper doesn’t forget. In a bout of pure nerdality, I opened up my buddy Microsoft Excel. It is useful for so many things. A screen shot of the sheet is below. By far the hardest one on there is going to be the Nail Biting. I have had two failed prior attempts; for some reason my brain just won’t allow me to stop. Also, I found out that IF statements are not the most intuitive thing in Excel. Here is some code if anyone wants it. All it does is check a cell with a percentage and tell if it is an A, B, C, etc.

=IF(G13>=90,”A”,IF(G13>=80,”B”,IF(G13>=70,”C”,IF(G13>=60,”D”,”F”))))

As you can see I am off to a rousing start. I’ll be sure to post my percentage and point totals for the weeks that follow  on here. If anyone wants a copy of the excel document to edit and fill in for you own uses just let me know.

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.