Blogs
15. Excel Tips - Wrap Text for headings
Submitted by Nick on 8 March, 2009 - 21:19
Screen real estate is a valuable commodity, and with this tip, you can save using it unnecessarily.
If you autofit the columns with large headings, it will look like this:
However, to get it to this is only a few steps:
Step1:
- Nick's blog
- Login or register to post comments
- Read more
- 8945 reads
14. Excel Tips - IRR - internal rate of return
Submitted by Nick on 8 March, 2009 - 21:16
I am adding this as I looked at the search results, and noticed that people had searched for IRR, and sadly they didn't find anything useful.
Here's a noddy's guide to IRR.
IRR is a function that takes a series of cash flows and works out the effective rate of return if they were to be annually invested.
Let's take a look.
Here's an example of an IRR function call:
- Nick's blog
- Login or register to post comments
- Read more
- 23064 reads
13. Excel Tips - VLOOKUP
Submitted by Nick on 8 March, 2009 - 21:14
VLOOKUP is an extremely useful function and you should know it like the back of your hand.
In a few words, it allows you to look up a value in a table, and return another value on the same row.
In my example, you've bought yourself a massive Buy To Let portfolio, and are wondering when you can retire. On typing in the new prices, you realise this might not be any time soon.
- Nick's blog
- 1 comment
- Read more
- 15573 reads
12. Excel Tips - Need Help with Excel ?
Submitted by Nick on 8 March, 2009 - 21:10
If you need help, the last thing you want to do is to use Microsoft's help (pressing F1)... It's really rubbish.. Sorry MS !
The best place to look (IMHO) is google groups:
- this is where you're most likely to find an answer to your question as it's structured around a Problem => Solution framework, and someone else is sure to have encountered the same problem as you before... and solved it !
- Nick's blog
- Login or register to post comments
- Read more
- 6355 reads
11. Excel Tips - Think of a number between 1 and 10
Submitted by Nick on 8 March, 2009 - 21:00
..or let Excel do it for you with the RANDBETWEEN function.
=RANDBETWEEN(1,10)
... useful for example if you're writing a card game, you can use =RANDBETWEEN(1,52) to pick a random card.
... or for a random walk analysis on a share price.
Training Video on Random Number Generation:
- Nick's blog
- Login or register to post comments
- Read more
- 8565 reads
10. Excel Tips - Get access to a whole load of new functions - Analysis Toolpak
Submitted by Nick on 8 March, 2009 - 20:51
Did you know that you can get access to a whole load of new functions in Excel 2003 by adding the analysis toolpak ?
Go: Tools=>Addins and select Analysis toolpak
Now you can use functions like EDATE that allow you to add/subtract a specified amount of months to a start date.
- Nick's blog
- Login or register to post comments
- 12413 reads
9. Excel Tips - Change values on multiple sheets
Submitted by Nick on 8 March, 2009 - 20:48
Not a lot of people know this trick, but it can be a massive time saver if you have the same information on lots of sheets, and you want to change it.
It's simple when you know how !
Step1:
Select all the sheets that you want to enter a value into or change a value on. You can do this by holding down the CTRL key
Step2:
- Nick's blog
- Login or register to post comments
- Read more
- 12256 reads
8. Excel Tips - Get file path with an excel formula
Submitted by Nick on 8 March, 2009 - 20:45
This is a quirky one.
You can use the excel function call CELL("filename") to retrieve something that should be the file name, but for some odd reason isn't.
- Nick's blog
- 6 comments
- Read more
- 174927 reads
7. Excel Tips - Create all the days of the week in 5 seconds
Submitted by Nick on 8 March, 2009 - 20:42
This tip is a very quick and easy one
Step1:
Type: "Monday" in cell A1
Step2:
Select cell A1
Step3:
Click on the square in the bottom right of the selection
- Drag it down until A7
You will now have all the days of the week.
Training Video on how to create days of the week in Excel:
- Nick's blog
- Login or register to post comments
- Read more
- 7729 reads
6. Excel Tips - Debugging large Excel Function calls
Submitted by Nick on 8 March, 2009 - 20:39So you've inherited a really large spreadsheet from some plonker who never liked, but has now left the company without leaving any documentation.
The spreadsheet is now broken and you have been tasked to fix it. There are massive functions:
Where do you start?!
Well fortunately help is at hand.
Step1:
Go: Insert=>function (click on the offending cell, and go: ALT then I then F)
- Nick's blog
- Login or register to post comments
- Read more
- 6576 reads
5. Excel Tips - Display function arguments
Submitted by Nick on 8 March, 2009 - 20:37
One of the most useful tips I have is on how to easily display the arguments of a function.
To demonstrate this:
Step1
In cell A1, type: =vlookup (don't press ENTER)
Step2
Press CTRL + SHIFT + A
- hey presto, the function arguments appear.
Training Video on how to display the function arguments:
- Nick's blog
- Login or register to post comments
- Read more
- 19269 reads
4. Excel Tips - Autofit selection
Submitted by Nick on 8 March, 2009 - 20:35
Autofitting your selection is an extremely useful piece of functionality.
Lets say that you have a large piece of text in the first row, but then very small text in subsequent rows.
You can save valuable screen real estate by autofitting the selection.
Here's how much screen space you use when you autofit the column:
- Nick's blog
- Login or register to post comments
- Read more
- 10141 reads
3. Excel Tips - Easily paste special values - Hidden Menu
Submitted by Nick on 8 March, 2009 - 20:29
A neat trick that most people don't know (even some professed experts) is a quick way of pasting values.
Step1:
Type anything in cell A1
Step2:
Right click on the right hand side of selection, and drag slightly to the right
A Hidden menu will appear:
Training Video on easily Pasting Values:
- Nick's blog
- Login or register to post comments
- Read more
- 6886 reads
2. Excel Tips - Create numbers 1 to 10 easily
Submitted by Nick on 8 March, 2009 - 20:27
You can easily create a list of numbers by:
Step1:
In cell A1, type: 1
Step2:
In cell A2, type: 2
Step3:
Select the range A1 to A2
Step4:
Click and drag down to A10 the square in the bottom right of your selection
.. you can drag this as far as you want, and it will keep on incrementing the number
Video Training on creating numbers 1 to 10:
- Nick's blog
- 1 comment
- Read more
- 57990 reads
1. Excel Tips - How many days until Christmas ?
Submitted by Nick on 8 March, 2009 - 20:20
This example will show you how to calculate the number of days between now and christmas.
Step1:
- In a cell A1 in a new workbook, press: CTRL + ;
- That will put today's date in the cell
Step2:
- In cell A2 type: 25/dec
- Excel will correctly guess the year
Step3:
- Nick's blog
- Login or register to post comments
- Read more
- 19152 reads
5. Learn VBA - What does my recorded Macro code actually mean ?
Submitted by Nick on 8 March, 2009 - 19:39- Nick's blog
- Login or register to post comments
- Read more
- 26273 reads
4. Learn VBA - Record a Macro
Submitted by Nick on 8 March, 2009 - 19:37
Do you find yourself doing the same tasks every day ?
Do you want Excel to automate them ?
This tip is about how to record a macro.
Recording macros is the first step to automate tasks, and to learn VBA.
You can get a decent amount of automation done with this simple procedure.
Step1:
Press the following in sequence:
ALT then t then m then r
That will bring up this screen:
- Nick's blog
- Login or register to post comments
- Read more
- 24973 reads
3. Learn VBA - SUBS and FUNCTIONS explained
Submitted by Nick on 8 March, 2009 - 19:36
Now we're going to learn what VBA SUBS and FUNCTIONS are.
A SUB is a piece of code that runs something
A FUNCTION is a piece of code that returns something
Now lets see it in action with a real life example:
Your wife asks you the time.
You look at your watch
You tell her the time.
What would this look like in code ?
- Nick's blog
- Login or register to post comments
- Read more
- 26335 reads
2. Learn VBA - FOR Loops
Submitted by Nick on 8 March, 2009 - 19:35Loops are fundamental to programming, and in this tip, we'll look at FOR loops.
If you have never programmed before then this step by step guide will show you how to write your first program.
Q. What is a loop ?
A. I think this is best explained using an example.
- Nick's blog
- Login or register to post comments
- Read more
- 27846 reads
1. Learn VBA - Introduction to VBA Editor
Submitted by Nick on 8 March, 2009 - 19:33
Excel 2007:
Lesson 1 will teach you how to attach some code to a button that will bring up a message box that says Hello!.
Step1:
Make sure your excel options (Office button in top left => Excel Options) are as shown:
Step2:
- Nick's blog
- 1 comment
- Read more
- 44620 reads
05-Mar-09 NEW CALCULATOR - "Sell Or Rent Out" calculator - designed for Buy to Let investors
Submitted by Nick on 5 March, 2009 - 21:53
"Sell Or Rent Out" calculator
- Should you stick with your "Buy To Let" Property, or sell it now ?
- Nick's blog
- Login or register to post comments
- 3107 reads
18-Feb-09 Two NEW sections on Interview questions
Submitted by Nick on 18 February, 2009 - 19:01
Today, we have 2 new sections to ExcelExperts.com. Dedicated to those looking for a job in this tough market.
- Nick's blog
- Login or register to post comments
- 2979 reads
Nick's Finance Interview Questions
Submitted by Nick on 18 February, 2009 - 09:23
This section is on Finance Interview Questions...
Largely Fixed Income.
These are some of my favourite interview questions to ask in a finance interview.
If you have questions you've been asked and you want an answer, Contact ExcelExperts.com
- Nick's blog
- 53 comments
- 181525 reads
Newest Releases - 17-Jan-09
Submitted by Nick on 17 February, 2009 - 20:31Newest developments !
- 12-Feb-09 Facebook Texas Holdem Poker Training
- 17-Feb-09 Redundancy Planning Calculator
Know any poker players ?
- this is for them.
Know anyone who has been made redundant recently, or anyone who is worried in case they're made redundant ?
- this is for them.
- Nick's blog
- Login or register to post comments
- 3096 reads
Nick's Excel Tip Of The Day - Part 3
Submitted by Nick on 16 February, 2009 - 09:30
This is a follow-on from my 2nd series on Excel Tips - Excel Tip Of The Day - Part 2
All NEW tips Here
- Nick's blog
- 5 comments
- 17259 reads
Nick's Excel Tip Of The Day - Part 2
Submitted by Nick on 23 January, 2009 - 21:45- Nick's blog
- 14 comments
- 17344 reads
Nick's Excel For Finance Tip Of The Day
Submitted by Nick on 23 January, 2009 - 15:51
This is my Excel for Finance Tip of the day blog. If you want to know how to calculate compound interest in excel, about discount factors, or even convert from simple interest to compound interest, this is the place for you.
- Nick's blog
- 11 comments
- 31881 reads
Nick's guide to Excel / VBA Interview Questions
Submitted by Nick on 12 January, 2009 - 14:33
I have hosted hundreds of Excel / VBA interviews, and I can work out very quickly how good someone is.
The biggest blunder to make in an interview is to say something like: "Oh, that's easy, I can do that in 5 minutes with the compiler and help files"
- Nick's blog
- 101 comments
- Read more
- 136562 reads
Nick's step by step guide to learn VBA
Submitted by Nick on 11 January, 2009 - 19:13Learning VBA is all about building on a few fundamentals. Once you've started, it gets a lot easier. This VBA Training section will teach you those VBA fundamentals.
Hundreds of New VBA Training Videos added here
- Nick's blog
- 20 comments
- Read more
- 366836 reads
Nick's VBA Tip Of The Day
Submitted by Nick on 10 January, 2009 - 10:37
There definitely won't be VBA tips every day, but I think it's a good idea to separate the VBA tips from the Excel ones.
- Nick's blog
- 15 comments
- 37001 reads
Recent comments
5 years 36 weeks ago
6 years 22 weeks ago
6 years 34 weeks ago
6 years 37 weeks ago
6 years 38 weeks ago
6 years 43 weeks ago
6 years 52 weeks ago
7 years 2 days ago
7 years 3 days ago
7 years 3 days ago