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 –

—————————————————————————————————————

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
Function GetCellColor(cell As Range) As Integer
GetCellColor = cell.Interior.ColorIndex
End Function

‘Code developed by Sumit Bansal from
Function GetCellFontColor(cell As Range) As Integer
GetCellColor = cell.Font.ColorIndex
End Function

—————————————————————————————————————

☕ If you find my Excel videos useful and would like to support me, you can buy me a coffee –

✅ Free Excel Course (Basic to Advanced) –
✅ Free Dashboard Course –
✅ Free VBA course –
✅ Free Power Query Course –
✅ Best Excel Books:

Subscribe to get awesome Excel Tips every week:

#Excel #ExcelTips #ExcelTutorial

Watch more new videos about Excel Office | Synthesized by Mindovermetal English

Rate this post

Bài viết liên quan

Theo dõi
Thông báo của
guest
1 Comment
Cũ nhất
Mới nhất Được bỏ phiếu nhiều nhất
Phản hồi nội tuyến
Xem tất cả bình luận
TrumpExcel

If you found this video useful, please give it a thumbs up 👍 and subscribe to the channel. Also, let me know what Excel topics you want me to cover in future videos.

Also, I have made all of my Excel courses available for free. You can check these out using the below links:

✅ 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