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.

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.

Excel Hyperlink Formula Solution

Hyperlinks in Excel are a great way to navigate around a file, but they can be easily broken. Try this solution using a formula to create a hyperlink that doesn’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 cell in the current sheet.

Hyperlinks to other sheets

In the image below is an example of a link to another sheet.

The formula is.

=HYPERLINK("#"&CELL("address",Report!A1),"<link text>")

Again, change the reference to create a hyperlink that doesn’t break if the sheet name changes.

Pro Tip

To return after following a hyperlink press in sequence, function key F5 and then press Enter. Don’t hold them down just press F5 then press Enter.

Double Click the Excel Icon

You can close Excel down (with multiple files open) by double clicking the Excel icon – top left of screen.

This works for the other Office apps too.

If you haven’t saved a file Excel will ask if you want to.

To close a single file down use the X on the top right of screen.

 

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 = Dash.

You can use these names in formulas throughout the file.

The formula in cell F2 (Sales) is.

=IF(D2>E2,Tick,IF(D2<E2,Cross,Dash))

The formula in cell F3 (Costs) is.

=IF(D3<E3,Tick,IF(D3>E3,Cross,Dash))

The advantages with using formulas instead of conditional formatting is that you can format the cells. Plus using formulas in cells is easier than using formulas in conditional formats.

Naming your emojis makes then easier to use. You can use these emoji icons names in your formulas throughout the file.

Clear all formats

To clear all the formats for a cell or a range select the cell/range and press in sequence Alt H E F don’t hold the keys down.

All the formats will be removed.

If you need to see the underlying number for a date this is an easy way to find it.

Drop Down Selection update

Woohoo!

It has taken a decade or so but Excel finally has an in-cell drop down that you can type a letter and reduce the entries listed – see screen shot below.

Excel Has Ordinals

Woohoo, I don’t know when this happened, but you can now get Excel to extend your ordinals when you drag with the Fill Handle and use things like 1st, 2nd, 3rd and 4th etc.

Type 1st January in a cell and drag the cell down.

It seems to work with ordinals at the start rather than at the end of a text string. So January 1st doesn’t work. 1st by itself does work.

Restarting Excel and Windows

Even now sometimes a full restart is a possible solution.

I recently had a macro returning a weird error message about an action taking too long. Restarting Excel did not fix it.

So, I restarted Windows and the macro worked as expected.

These days with so many apps running in the background, sometimes the only solution is a restart of Excel and Windows.

Turning it off and turning it on can still solve issues.