Filtering By Color in Google Sheets!

Channel:
Subscribers:
208,000
Published on ● Video Link: https://www.youtube.com/watch?v=s0BZoSNG3p8



Duration: 3:35
1,475 views
9


While Excel is typically considered to be the better of the two programs, Sheets can handle its fair share of spreadsheet management, all without costing users a dime. Unfortunately, the ability to filter by color is one feature that Google Sheets just can’t match—at least, not yet anyway. While Sheets might not have this feature built in, there are a few ways you can filter by color with a few simple tricks.

Script:
function GetCellColorCode(input)
{
var ss = SpreadsheetApp.getActiveSpreadsheet();
var cell = ss.getRange(input);
var result = cell.getBackground();
return result
}

Color Cell Code:
=GetCellColorCode("B"&ROW())

Check out the full guide on TechJunkie.com!
https://www.techjunkie.com/filter-by-color-google-sheets/

Music:
Dixxy - last time
https://soundcloud.com/dixxy-2/last-time







Tags:
google sheets
filter by color
filter by color google sheets
filter google sheets by cell color
google sheets tutorial for beginners
google sheets tutorial
google sheets formulas
filter by color in excel
filter by color in excel 2016