
If you have real dates in F:
=FILTER(mastersheet!A:K,MONTH(mastersheet!F:F)=1)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to filter data from one sheet(master) to another sheet based on the column that has a list of the months. I've tried using this formula but it is returns as value?
1. =filter(mastersheet!k3:k500=A1, "no match")
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.
If you have real dates in F:
=FILTER(mastersheet!A:K,MONTH(mastersheet!F:F)=1)
Hi,
Share some data to work with and show the expected result. Share data in a format that can be pasted in an MS Excel file.