You may have used the HYPERLINK function in Excel before but what you may not have released is your links can be either relative or absolute (or sometimes called exact or specific). What does this even mean? And how do you change from relative to exact?
Excel help, tips, and templates. Learn how to write VBA macros or browse our project management resources.
Tuesday, June 21, 2022
Monday, March 15, 2021
Excel Tips from the Best 2021 March Madness Brackets
After a year hiatus it’s finally here, the college basketball March Madness brackets are back! Last year, I made a NFL Draft Game spreadsheet for the first time to try to compensate for the loss of the basketball brackets but it just wasn’t the same (but I did still update it for 2021). This year, the 2021 NCAA men's basketball tournament will be unlike any March Madness that has come before. All games will be played in Indiana, with most in Indianapolis. The schedule has also been change. The First Four would typically be played on Tuesday and Wednesday night with the first round being played on Thursday and Friday.
Here's the 2021 March Madness schedule:
- First Four — 4 p.m. start on Thursday, March 18
- First round — 12 p.m. start on Friday, March 19, and Saturday, March 20
- Second round — 12 p.m. start on Sunday, March 21, and Monday, March 22
- Sweet 16 — 2 p.m. start on Saturday, March 27, and 1 p.m. start on Sunday, March 28
- Elite Eight — 7 p.m. start on Monday, March 29, and 6 p.m. start on Tuesday, March 30
- Final Four — 5 p.m. start on Saturday, April 3
- NCAA championship game — 9 p.m. Monday, April 5
Once again, I will be using the best March Madness brackets in Excel, created by David Tyler (and I will continue to use his until he decides to no longer update them). They’re very polished and easy to use. There are only 68 teams in the field but the spreadsheet is already setup to handle up to 128 teams, if they expand in the future. There are two sheets: the bracket and the pool manager. Instructions are included but its very intuitive.
The First 5 Things I Do When Examining Someone Else's Spreadsheet
As I’ve said countless times before, you can learn a lot by looking at templates made by others. Here are 5 things I do when examining a new spreadsheet:
1. Unhide hidden sheets, columns, and rows: When you make a template others are going to be using, you want to make it look nice and clean and hide anything that could cause confusion to a first time user, which leads to hiding rows, columns, or even entire sheets in a workbook. So, the first thing I do when examining someone else’s template is look for the hidden data. Right click on the sheets tab and click “unhide”. I unhide all the hidden sheets if there are any to see what data is present. Look for any hidden columns or rows as well by seeing if any letters or numbers are skipped.
2. Understand the NamedRanges: Go To Formulas > Name Manager and examine what the named ranges are, what sheets and cells they refer to. Hopefully they're all named well, like in David's brackets.
3. Look at conditional formatting rules: On the Home tab, go to Conditional Formatting, click Manage Rules, then Show formatting rules for This Worksheet to view them all.
4. Look through the formulas: On the Formulas tab, click “show Formulas” to show if they were manually typed in or if there is a formula calculating the values
5. Look through the macros: Hopefully, the person writing the code left lots of good comments so it’s easier to follow along with what each piece of code does
Watch me quickly walk through David's 2021 March Madness brackets going through the five points listed above:
Saturday, June 10, 2017
How to Hide Gridlines in Excel - Three Ways
To see how to do each one of these check out the video below.
Borders are not the same as gridlines in Excel
Wednesday, July 13, 2016
How to Write a Book Fast by Using Excel - Video Tutorial
Why write a book in Excel?
List type blog posts and articles are very popular these days, so my idea was to turn one of these type of list posts into a short book. This method is probably not a good idea for every type of book. You wouldn’t want to write a novel or long work of fiction in Excel. But if you're trying to relay stats or facts or have some form of repetition then this technique could help save you a lot of time. Anytime you find yourself doing something over and over or thinking to yourself "there has to be a better way" then, guess what, there probably is a better way and macros could be the answer.
How do you write a book in Excel?
Each row in my spreadsheet template starts a different page in the book. So 50 coasters equals at least 50 pages. I’ve colored coded the spreadsheet: every column in green is my initial input. Orange columns are formulas that use information from two other columns. All columns without color contain data that was entered by a virtual assistant whom I hired specifically for this job from Upwork.Basically, I came up with the list of 50 coasters I wanted to feature in the book, then I outsourced the data collection process using Upwork. While my virtual assistant was contacting theme parks and researching data, I wrote the code to the macro that would automatically export all the data from Excel into the format in Word that I was looking for. The macro runs through a simple For..Next loop, looping through each row of the spreadsheet and exporting the data into the Word document.
After the information is exported to Word, just add your typical front and back matter, pictures, edit, and you’re done. Uploading to CreateSpace and Kindle Direct Publishing is a breeze. And you can outsource most of these tasks as well, if you have the budget for it. Or do it yourself. Most people don't realize that if you have something written, it could be on sale on Amazon.com in as little as two days. Heck, some guy got a picture of his foot to be a best seller.
Watch My Book Magically Appear
Steps to Write a Book Using Excel
- Setup Excel sheet
- Outsource data entry using Upwork
- Create macro to automatically export data to Word
- Run Macro
- Add front and back matter, pictures, etc. to book in Word document
- Edit and create front cover
- Publish on CreateSpace and KDP
- Market and promotion
Tuesday, January 12, 2016
How to change the default arrow size in Excel
1. Add the arrow (or other shape) that you want to change the formatting defaults for (insert>shapes>arrow)
2. Select the arrow
3. Change the arrow’s color and weight or any other changes that you want
4. Right-click the arrow, and then click Set as Default Line.
The new default only applies to the open workbook. I have not yet discovered a way to permanently change the arrow size, from session to session or workbook to workbook, other than possibly saving it as a template. Do you have any other suggestions how to do so?
Wednesday, October 14, 2015
Schedule Meeting Time Template
One thing this template will demonstrate is how to insert a check mark in Excel. Go to the top tab "Insert" then in click the "Symbol" button on the far right. A dialog box will appear and you need to select "Wingdings" from the drop down list at the top left. Scroll through the symbols until you find the check mark (wingdings: 252). If you copy and paste the check into a new sheet you may see a ü symbol instead. Simply change the font of that cell to wingdings to get the check mark back.
The next thing you’ll see by dissecting this template will show you how to use a check mark in a drop down list. Another function you can examine is how to use conditional formatting to color a cell based on the cell’s value. In this case, we want to color our cell green if it contains a check mark and red if left blank. As you can see, you will use the "ü" symbol in the formula.
There are similar online tools to help you schedule meetings but most require a fee to unlock all the features. Instead you can use and modify this free Excel template. You could add more functionality, like adding a formula to automatically send an email once you’ve picked the meeting time.
Do you think this template will be useful to you?
Thursday, September 17, 2015
Quick Excel Help: Date and Time Formats
Monday, April 6, 2015
How to input military time into Excel
=time(int(a1/100),mod(a1,100), 0)
Monday, March 9, 2015
8 Simple Rules to Make Your Spreadsheets Look Better
- Use no more than two different font types.
- Name your spreadsheet. Give your spreadsheet a descriptive name as well as naming all the individual sheets, tables, charts, etc.
- Use no more than three to five different fill colors. I typically use white or a light grey for my background colors and a few lighter colors for accents.
- Don't use 3D charts. Charts are a great addition to any spreadsheet but make sure they are of the 2D variety rather than the 3D option.
- Turn off gridlines. To turn off the gridline, go to the View tab and uncheck the box next to gridlines.
- Bold your headers (but don't get too crazy).
- Create space. Let your spreadsheet breathe. Don’t be afraid to leave a completely empty column or row in between your data sets.
- Less is more. A general rule when it comes to formatting is less more. It's super easy to get carried away so remember to use some restraint.
Sunday, October 20, 2013
Newborn Checklist for New Parents
Tuesday, April 9, 2013
My Excel 2016 Wishlist
- A FIXTODAY() function that holds the date of the day the formula was first created or entered into the spreadsheet.
I don’t know if this will ever be possible outside of Google Docs but allowing multiple users to edit the same document at the same time would be wonderful.This would eliminate all those extra copies of spreadsheets floating around.This option is already available!- I don’t know why you can’t do this already but it would be great to be able to unhide multiple worksheets at the same time. Currently, you can only unhide one sheet at a time which can be a major headache and quite inconvenient.
- Along this same line, I would like the ability to unprotect multiple sheets at once. Something like a global password may be the solution.
- An easy way to be able to see exact revision history.
- More options when protecting a sheet, like being able to use CustomViews.
- More text manipulation functions and options.
That’s what I think. What about you? What would you like to see in future versions of Excel? What’s on your Excel 2016 wishlist? Please let me know in the comments below. Who knows, maybe Microsoft will even be taking notes!
Tuesday, March 5, 2013
Macro to Export Hyperlinks from Excel to Word
- How to create a VBA macro to send data from Excel to Word
- How to export hyperlinks from Excel
- How to find the last row of data in an Excel sheet using a macro
- How to paste hyperlink into Word using a macro
- How to make a webpage from an Excel file
Wednesday, August 1, 2012
How do you create hatching in Excel?
A: I started using Excel 5.0 around 1998.
ESH: Could you please explain why the hatching/pattern fill feature can be found in Excel 2010 but was left out of 2007?
A: That is really a question for the people at Microsoft. For Excel 2007 the functionality was there, for backward compatibility, but they did not include any UI for users to employ it. This was either an over-site or a deliberate move to depreciate the feature. The negative feedback to the removal of this feature made Microsoft reinstate the UI for Office 2010.
![]() |
Excel 2007 |
A: Add-ins are hidden workbooks that contain code to extended the functionality of Excel. Normally the functionality they provide is not specific to any one workbook or data set. As with the Pattern Fill add-in it provides the functionality to fill any shape or chart element.
A: First identify a problem or task that can be made easier and or quicker by using VBA code. Create the code required to perform the task. You need to bear in mind the following,
- References should be to the active workbook
- You need to provide UI elements so the user can interact with your code
- You need to handle errors that your code may encounter as you cannot
- control how the user will attempt to use your add-in
![]() |
Excel 2010 |