A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Use "+" instead of "*"
=FILTER(B2:B12,(C2:C12>F1)+(C2:C12<G1))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need to make three separate lists of values from column B per the criteria from cells F1 and G1 and columns C, D, & E.
The criteria is if the value in column C, D, or E is greater than the value in cell F1 or less than the value in cell G1 than provide a list of names that meet that criteria.
I have manually typed the correct answers in columns I - K.
I cannot add multiple columns that help the filter. For example, I cannot create a new column that says =IF(or(C1>$F$1,C1<$G$1),"x","") and then use the filter formula to write = Filter(B2:B12,New Column Array = "x")
I have tried =Filter(B2:B12,(C2:C12>F1)*(C2:C12<G1)) but this does not work.
Thanks in advance for your help!
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Thank you!