Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2025-02-22 22:28:19 | ![]() 936 Views |
Bookmarks
00:00 Intro video
02:30 Chris Menard intro
04:15 Conditional Formatting
08:58 Conditional Formatting Advanced – AND Function
12:14 New Feature Copilot icon on the spreadsheet – Suggest a Formula
15:29 Formula add one column
16:50 Formula multiple columns at once
20:30 NEW feature – summarize my meetings and to-do items
24:25 Copilot makes multiple columns and uses the IF Function
28:35 Makes columns for First and Last Name from Email addresses. Used TEXTBEFORE and TEXTAFTER Functions.
31:48 Pull out Country from Range. Copilot uses IF, TRIM, SUBSTITUTE, and TEXTAFTER all in one function.
36:20 Chart showing all data.
38:15 Column Pivotchart that is filtered.
41:00 Combine Unique names from two lists. Copilot uses VSTACK and the UNIQUE Function.
44:45 Extract Data that is not in one list. Copilot uses IF, ISNA, MATCH, INDEX to extract the data.
Copilot in Excel is part of the Microsoft 365 suite and requires a specific license. It’s important to note that this license comes at a cost of $30 per month per user. While this might seem like an investment, the capabilities it brings to Excel (and other Microsoft apps) can be game-changing for many users.
What Can Copilot Do in Excel?
Copilot in Excel is a versatile assistant that can help with various tasks, including:
Sorting and filtering data
Creating advanced functions
Generating pivot charts and pivot tables
Applying conditional formatting
These features are just the tip of the iceberg. As we delve deeper into Copilot’s capabilities, you’ll see how it can transform your Excel experience.
Preparing Your Excel File
Before we begin, there are a few important steps to ensure Copilot works correctly in Excel:
Save to OneDrive: Unlike other Microsoft apps, Excel requires you to save your file to OneDrive for Copilot to function.
Enable AutoSave: Turn on AutoSave in your Quick Access Toolbar. This is crucial for Copilot to operate smoothly.
Data in Tables: While not strictly necessary anymore, it’s often helpful to organize your data in tables. You can easily create a table by selecting your data range and pressing Ctrl+T.
Advanced Conditional Formatting Techniques
Let’s dive deeper into advanced conditional formatting techniques using Copilot in Excel. We’ll explore how to create more complex rules that can significantly enhance your data visualization.
Using the AND Function in Conditional Formatting
One powerful technique is combining multiple conditions using the AND function. This allows us to apply formatting based on two or more criteria simultaneously.
Here’s an example of how we can use Copilot to create such a rule:
Navigate to the worksheet containing your data
Click on the Copilot icon to open the prompt box
Enter a prompt like this: /”Highlight the entire row in yellow if the state is California AND the source is LinkedIn/”
After sending this prompt, Copilot quickly analyzes your request and generates the appropriate conditional formatting rule. Let’s break down what it does:
Creates a new conditional formatting rule
Implements the AND function to combine two conditions
Applies the formatting to the entire row when both conditions are met
Understanding the Generated Formula
To see the magic behind the scenes, we can examine the formula Copilot creates:
Go to /”Manage Rules/” in the Conditional Formatting menu
Edit the rule Copilot just created
You’ll see a formula using the AND function and mixed cell references
The formula might look something like this:
=AND($E2=/”California/
Please take the opportunity to connect and share this video with your friends and family if you find it useful.