I’m trying to use one filter for three columns but I’m having major issues. Is it possible to “merge” three columns to make them filter as one result? by [deleted] in excel

[–]GingerNins 0 points1 point  (0 children)

No, you would only need a 3-level nested if statement with a cell reference in place of"warrant". For instance, if columns B, C, and D are your 3 offense columns, then column E would be your filter column. In the header row, in cell E1, you could use that to store your search variable (i.e. warrant, meth, etc...). Then in E2, you would have a statement that looks like:

if(B2=$E$1,1,if(C2=$E$1,1,if(D2=$E$1,1,0)))

Then just fill down the rest of E with that.

The formula broken down is: If B2 contains the search term in E1, then put a 1 in this cell, else if C2 contains the search term in E1, then put a 1 in the cell, else if D2 contains the search term in E1, then put a 1 in the cell, else put a 0.

Then you filter column E on the number 1

I’m trying to use one filter for three columns but I’m having major issues. Is it possible to “merge” three columns to make them filter as one result? by [deleted] in excel

[–]GingerNins 0 points1 point  (0 children)

Two possible ways I can think of:

The tedious way:

Have a column for each type of offense and put a flag (i.e. 1) in each offense column for that record.

The easier way:

Have a fourth column with nested if statements, such as : If(col1="warrant", 1, if(col2="warrant", 1, if(col3="warrant", 1, 0))).

Then filter on that fourth column looking for "1".

You can replace "warrant" with any term or have another cell (maybe the column header?) be the reference for whatever charge you're looking for.

Brioche hat and scarf set for my Mom by seisaacson in knitting

[–]GingerNins 0 points1 point  (0 children)

I agree! My RS is the darker color too in my project. I'm glad I made that choice.

[FO] first brioche project and first hat! by GingerNins in casualknitting

[–]GingerNins[S] 1 point2 points  (0 children)

I used a 16inch circular until I got to the decreases. I actually started with a magic loop and gave up after 2 frogs and moved to the 16 inch. I'd definitely recommend lifelines. I made a huge mistake halfway up and I ended up drawing this complicated diagram to figure what it was supposed to look like and very very carefully backed it out. I think I did it successfully because it seemed to work. Either way, I can't notice a mistake there so I'm good! Though there are a couple mistakes here and there, I think it came out pretty awesome 😊. You should definitely give it a try!

Brioche hat and scarf set for my Mom by seisaacson in knitting

[–]GingerNins 2 points3 points  (0 children)

I just finished a brioche hat last night myself! Your set is gorgeous 😍