Locked lesson.
About this lesson
Layout tips can assist in building a financial model in Excel which is easy to navigate through and understand.
Exercise files
Download this lesson’s related exercise files.
Layout Tips Part 1.xlsx7.7 KB Layout Tips Part 1 - Solution.xlsx
8.3 KB
Quick reference
Layout Tips Part 1
Layout tips explained using the CRaFT methodology.
When to use
Layout tips can assist in building a financial model in Excel which is easy to navigate through and understand.
Instructions
- Layout Tips
- Narrow the first few columns (highlight columns, then right-click):
- Enter the Sheet Title in cell A1 using the formula shown below. This will be the same as the description in the sheet tab:
=IFERROR(RIGHT(CELL("filename",A1),LEN(CELL("filename",A1))-FIND("]",CELL("filename",A1))),"")
Hints & tips
The formula
=IF(ISERROR(RIGHT(CELL("filename",A1),LEN(CELL("filename",A1))-FIND("]",CELL("filename",A1)))),"",(RIGHT(CELL("filename",A1),LEN(CELL("filename",A1))-FIND("]",CELL("filename",A1)))))
can also be used to get the same results and can be used in any version of Excel. The formula
=IFERROR(RIGHT(CELL("filename",A1),LEN(CELL("filename",A1))-FIND("]",CELL("filename",A1))),"")
uses the function IFERROR which only came into being in Excel 2007 onwards to avaoid unnecessary repetition.
Login to downloadLesson notes are only available for subscribers.