Webinar Feedback November 2024

Financial Functions Part Two "This accounting webinar series is one of the best for practical CPD hours. It focuses on things we actually use in our day-to-day work, like Excel models and useful tips, instead of theory or topics we may never touch depending on your area of expertise. It’s clear, easy to follow, and you come away with skills you can put into practice right away. Highly recommend it for anyone wanting CPD that’s actually helpful." 10/10C WalthewNovember 2024

Continue ReadingWebinar Feedback November 2024

Are you Partial to Calculations?

Excel has re-badged one of the Calculation Options in the Formulas tab - see below. This is a change relating to the new Python capabilities. The middle option used to ignore Data Tables (a What If feature on the Data ribbon tab). The newly named Partial option also ignores Data Tables plus any Python calculations that may take a long time to calculate. Python calculations are done in the "cloud" and require an internet connection.

Continue ReadingAre you Partial to Calculations?

Selecting a Formatted Table in a Formula

You can select a formatted table when you have a cell or range selected in the table by pressing Ctr + A. But that shortcut won’t work when creating a formula that refers to a formatted table. To select the table in a formula you must click a cell in the table and press Ctrl + Shift + Spacebar.

Continue ReadingSelecting a Formatted Table in a Formula

Excel Hyperlink Formula Solution

Hyperlinks in Excel are a great way to navigate around a file, but they can be easily broken if the sheet name changes. Try these solutions using a formula to create hyperlinks that don’t break so easily. In the image below there is a formula in cell C3 that creates a hyperlink to cell A1. Here is the formula. =HYPERLINK("#"&CELL("address",A1),"<link text>") Simply change the cell reference from A1 to whatever cell you want to link to. This works for a…

Continue ReadingExcel Hyperlink Formula Solution

Array Syntax Custom Function

Array syntax is a powerful feature in Excel. Array syntax allows you to create a list within your formulas which makes them self-contained. Typing array syntax is difficult as you need to use a combination of quotation marks, commas or semi-colons plus braces (curly brackets).

(more…)

Continue ReadingArray Syntax Custom Function

Working Backwards in Excel

I recently received a request to help with a salary packaging calculation. I thought I would share the solution and explain the technique to solve it. This is a case where we have a value we need to equal but don’t know the components that make it up. We are in effect working backwards to find the missing value.

(more…)

Continue ReadingWorking Backwards in Excel

Olympic Average in Excel

Averages are affected by outliers. If Bill Gates walks into a room the average net worth per person jumps substantially. In the Olympics some sports deduct the top and bottom scores before calculating the average score. Here’s a formula to do that in Excel. You need the subscription version of Excel for this solution.

(more…)

Continue ReadingOlympic Average in Excel

Using Emojis in Excel Formulas

You can use conditional formatting to insert symbols in cells. You can also use formulas with emojis. using range names makes it even easier. To insert an emoji icon in a cell you can use press the Windows key and the full stop. This opens the Emojis dialog box. In this example we are going to insert three separate symbols in formulas. I have named each cell that has an emoji. A1 = Tick, A2 = Cross and A3 =…

Continue ReadingUsing Emojis in Excel Formulas

End of content

No more pages to load