Fixing the F4 Button in Excel for Mac

The F4 key in Excel for Windows is normally a shortcut key to Repeat the last command. In Excel for Mac the F4 key is assigned to the Paste command, which is driving me crazy so I decided to do something about it. Default Excel F4 Keyboard Assignment in Excel for Mac There are four …

Read more

The TRIM Function in Excel and VBA

Excel’s TRIM Function is a great way to remove extra spaces before, after, and within text in a spreadsheet. However, if you think the identically named VBA function does the same thing you’d be sadly mistaken, as I was once upon a time. Here’s a normal sentence. Here’s a sentence with extra spaces – two …

Read more

VLOOKUP Function in Excel: The Essential Guide

Introduction VLOOKUP, standing for ‘Vertical Lookup,’ is a powerhouse in Microsoft Excel’s suite of functions. At its core, VLOOKUP is designed to search for specific data located in a column and return a value from a different column in the same row. This functionality is paramount for data analysis, allowing users to efficiently sift through …

Read more

VBA Help System Lacking in Excel 2011

Since never using the VBA Editor in Excel 2011 for Mac was a slight embarrassment, I thought to give it a whirl with a half-written function that was started in Excel 2010. I quickly found out the Editor’s windows have more of a free-floating style, but the programming looked to be quite the same. Until …

Read more

Excel ISNUMBER or IsNumeric Function

I don’t like it when Excel worksheet functions are different from their VBA counterparts. Makes for some aggravation. For example, I have a user generated data range that’s supposed to be made up of either numbers or empty cells. However, Excel users sometimes bump their keyboards inadvertently (when you hit the space bar) and things …

Read more

Microsoft Office 2011 Document Connection

One of the neat programs you get with Microsoft Office 2011 is Microsoft Document Connection. It allows you to interface with your SkyDrive without going through a web browser. Once you open the program and sign in to your SkyDrive account all your online files are accessible. You can open the files in Read Only …

Read more

Equation Editors in Excel 2010 and Word 2011

The Equation Editor is new in Excel 2010 and designed to create a mathematical equation as a graphical object. I didn’t find it in Excel 2011 for Mac, but ran across an article showing they put it inside Word 2011. How very strange. Here I’ll review the Excel 2010 version of Equation Editor first, then …

Read more

3 Proven Formulas to Calculate Letter Grades in Excel

In the educational landscape, accurately calculating and managing student grades is a task of paramount importance. It not only reflects a student’s performance but also guides future teaching strategies. This article is designed to guide educators and academic professionals through the process of efficiently calculating student grades in Excel.

Read more