Загрузка страницы

How to Filter by Color in Excel (Cell Color or Font Color)

☕ If you find my Excel videos useful and would like to support me, you can buy me a coffee - https://www.buymeacoffee.com/SumitB

---------------------------------------------------------------------------------------------------------------

In this video, I will show you how to filter by color in Excel (where you can filter based on the cell color or font color, or both).

00:00 Intro
00:42 - Filter By Color Using Right-click Menu
02:22 - Filter By Color Using Column Filters
04:34 - Filter By Multiple Colors Using VBA Custom Function

I cover the following methods to filter based on color in Excel in this video:
- Using the Right-click menu options
- Using the Filter option in the Ribbon
- Creating a custom function to filter based on multiple colors in Excel

---------------------------------------------------------------------------------------------------------------

Below is the VBA code mentioned in this video:

'Code developed by Sumit Bansal from https://trumpexcel.com
Function GetCellColor(cell As Range) As Integer
GetCellColor = cell.Interior.ColorIndex
End Function

'Code developed by Sumit Bansal from https://trumpexcel.com
Function GetCellFontColor(cell As Range) As Integer
GetCellFontColor = cell.Font.ColorIndex
End Function

---------------------------------------------------------------------------------------------------------------

☕ If you find my Excel videos useful and would like to support me, you can buy me a coffee - https://www.buymeacoffee.com/SumitB

✅ Free Excel Course (Basic to Advanced) - https://trumpexcel.com/learn-excel/
✅ Free Dashboard Course - https://bit.ly/free-excel-dashboard-course
✅ Free VBA course - https://bit.ly/excel-vba-course
✅ Free Power Query Course - https://bit.ly/power-query-course
✅ Best Excel Books: https://trumpexcel.com/best-excel-books/

Subscribe to get awesome Excel Tips every week: https://www.youtube.com/user/trumpexcel?sub_confirmation=1

#Excel #ExcelTips #ExcelTutorial

Видео How to Filter by Color in Excel (Cell Color or Font Color) канала TrumpExcel
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
16 февраля 2023 г. 17:45:04
00:09:27
Яндекс.Метрика