So to help alleviate some of my stress I started compiling my own holiday gift guide. It’s kind of like the big toy catalog you used to get as a kid, only this is for adults. I’ve made a list of items I think would be very useful or exciting for your fellow Excel users, sorted by different categories. Some of these items I already use on a daily basis and others are things that are on my own personal wish list. It's my biggest and best gift guide yet! Enjoy!
Excel help, tips, and templates. Learn how to write VBA macros or browse our project management resources.
Thursday, November 26, 2020
Gift Guide for Excel Users 2020
So to help alleviate some of my stress I started compiling my own holiday gift guide. It’s kind of like the big toy catalog you used to get as a kid, only this is for adults. I’ve made a list of items I think would be very useful or exciting for your fellow Excel users, sorted by different categories. Some of these items I already use on a daily basis and others are things that are on my own personal wish list. It's my biggest and best gift guide yet! Enjoy!
Tuesday, September 1, 2020
2020 NFL Helmet Schedule Spreadsheet
I wasn't planning on updating the NFL Helmet Schedule spreadsheet this year. I've been feeling kind of down due to the pandemic and the affects it has had on all my hobbies. Especially with the cancellation (sorry, "delay") of some college football leagues like the Big Ten. Plus, I thought the prospect of the entire season happening is somewhat slim. So I was leaning towards not updating the sheet this year.
Then I checked my email.
I received a message from longtime reader Brent Foreman with an attachment: a fully updated 2020 NFL Helmet Schedule spreadsheet and a note "Just a little way that I can say thanks for your posts over the years."Wow. Amazing. Made my day.
So thanks to Brent the spreadsheet is updated and now available to download.
Use this link to download the NFL schedule spreadsheet.
Please note, an email is required to download it. I do this so you will be automatically updated you if changes or additions are made and will update you when the next year’s schedule is ready. I do not use your email for anything else.Here's a video of an older sheet to show you how it's formatted:
As you can see, the NFL helmet schedule is printable too. You can save the spreadsheet as a PDF file or print it out and pin it up in your cubicle at work. If you do, please email or tweet me a picture of it hanging up - I'd love to see it!
As always, I welcome any comments or suggestions about how to fix or improve the sheet! How can I improve this football spreadsheet into something you’ll use all the time during pro-football season? What future features would you like to see?
Tuesday, August 11, 2020
Facebook Marketplace Sales Tracking Spreadsheet Template
Like probably most Americans have in 2020, I’ve been trying to stay safe and stay home as much as possible. Instead of going on a summer vacation, we’ve been spending our time and money on decluttering and improving our house. Since we’ve been working from home much more often and soon our kids will begin remote schooling, we decided to turn our guest bedroom into an office/school room. But we’ve been using that spare room as storage space, so first we needed to get rid of all the crap that’s in there. Seriously, you couldn’t even walk around there were so many boxes of stuff we had accumulated over the past eight years.
I decided to start selling the stuff we no longer needed on Facebook Marketplace. After my first few sales, I thought I should really be tracking all this in order to learn from it and improve my sales. So naturally I made an Excel spreadsheet! I’ve turned my sheet into a blank template for you to use as well if you want to get into selling on Facebook Marketplace and tracking your sales. Many Americans have lost their jobs or have reduced hours/wages. Selling goods on FB marketplace is a simple way to make a little additional income.
As always, even if you have no plan to sell anything on Facebook Marketplace, you can still dissect this Excel template to learn some valuable lessons:
- How to make drop down lists using name manager and data validation
- How to filter a data table
- How to use ROUNDUP, IF, TEXT, COUNTIF, MAX, MIN, and AVERAGE functions
- How to count the number of days between two dates in Excel
Facebook Marketplace Sales Tracking Demonstration
In my spreadsheet, I track several key stats, such as what day of the week you make the most sales. Here's a video tour where I walk you quickly through the spreadsheet. One thing I forgot to finish was to show how the filter works, so if you have any questions about that feel free to let me know.
Selling Price Calculator
One of the most useful features might be the Selling Price Calculator. 90% of people are going to offer you an amount lower than what you’re listing your item for, especially the more expensive it is. I’ve added a feature to the spreadsheet that will calculate how much money you should list your item for sale based on what you want to get plus a markup value based on your historical selling data. As you sell more items on Facebook Marketplace, you’ll see how much of a discount you’re settling for. Once you know that value you know how much to add to the cost of an item. I use the ROUNDUP function to round up to the nearest dollar ($25.50 becomes $26.00).
I haven't sold on other sites such as Ebay or Craigslist but you could probably use this same sheet for those too.
FB MP Sales Tracking Template.xls download
Tips for Selling on Facebook Marketplace
Tip #1: Check the marketplace for other similar items to get a feel for who is selling what and for how much. Is your item unique or popular?
Tip #2: Set your initial price higher than what you want. 90% of my sales we settled for on average 13% lower than my original asking price. Some of this was me asking too much.
Be fair. When you get greedy is when you don’t make any sales
Tip #3: As far as safety, just be smart about it. If you’re going to meet someone to exchange items, maybe setup your meeting in the parking lot of your local police station. Most people may have their FV profile hidden from you, but you should still be able to see when they joined and how many friends they have. If they joined less than a year ago and/or have less than 30 friends be wary, this could be a fake account.
Tip #4: Bigger/unique items do seem to do better. Probably not going to make a lot if selling old video games (unless they’re really old or rare).
Tip #5: Communication is key. Make the sale. The most annoying part about selling online is communication issues - people backing out of sales at the last minute, leading you on, not fully reading your listing details, etc.
Tuesday, July 7, 2020
Rename Excel Workbook Based on Number of Files Macro
- The
user selects the folder where to save the Excel documents
- The
macro saves the open workbook into the folder with a “ZZZ” placeholder in
the filename
- The
macro counts the number of Excel files in the folder.
- The
macro adds the control number based on this count into the spreadsheet
- The
macro saves a copy of the workbook in the same folder but replaces the
placeholder “ZZZ” in the file name
with the control number count
- The
macro deletes the first copy the Excel document
Monday, June 22, 2020
Excel Macro to scroll to the top or bottom of the sheet
Tuesday, May 12, 2020
Unique Excel Uses: Drum Machine
The part of the video where Dylan gets into the description of getting the VBA code to work is especially interesting to me.
sleepTime = 60 / Range("C23").Value * 1000 / 4 '2 will need to change to 4 when i add more resolution
swingL = sleepTime + ((sleepTime / 5) * Range("C26"))
swingS = sleepTime - ((sleepTime / 5) * Range("C26"))
Below is a video of myself messing around with the sheet and showing you how to change the beats per minute (BPM aka tempo) or how to add a swing groove to the sequence.
This is one template you'll definitely want to try and play around with yourself. Download the drum machine spreadsheet for yourself using the link in Dylan's video.
I'll have to add drum machine to my list of unique uses for Microsoft Excel spreadsheets. If you have your own unique use of Excel please do let me know!
Sunday, April 5, 2020
2020 NFL Draft Game in Excel
I've been trying to think of ways to make up for the loss of sports. The 2020 NFL Draft is one of the few sports-related things still scheduled to go on (for now). My friend Isaic gave me the idea to make a NFL Draft Game in Excel.
Inside this template I've listed the top 100 draft prospects according to ESPN. Each player (and the template is setup to handle ten players) are randomly assigned ten future NFL players by using a randomize macro. The earlier your players get drafter the better as the draft position counts for points and the lowest number of points wins!
Update 4/17/20 - new options added!
Based on some good user feedback I added the option where each player can now try to predict which team will select their players.
See how the Draft Game spreadsheet works in the video below:
Download the NFL Draft Game Excel Template here.
Even if you have no interest in the NFL, football, or drafts, you can still learn a bit about Excel by examining the random number generator macro, or the vlookup and sumif formulas used.
For now, the spreadsheet is setup to handle ten players. To add more, the formulas and macro will need to be modified. If enough people are interested in using this sheet, I will work on making it scalable so it can automatically adjust to the exact number of players.
Let me know if you like this game or if you have any suggestions or questions.