Forum Discussion
Miiryam
Dec 20, 2021Copper Contributor
search for a solution that can replace the FILTR function
Hello Everyone, I am writing to you today, so that I can share with you my Excel problem, which I have been meeting with for a few days. Indeed, I want the Excel table to search for references bas...
- MiiryamJan 03, 2022Copper Contributor
- Yea_SoJan 03, 2022Bronze Contributor
- PeterBartholomew1Jan 03, 2022Silver Contributor
Excel 365 has a specific function intended for such filtering operations
= FILTER(Reference, (Date+Time)=(d+t))
where the time 't' from the output table will need to be a relative reference. For me, using array formulas throughout, the main problem is not extracting the results; it is presenting them in the desired format.
A table with the times in a horizontal array and the 3 references below might be more easily achieved as an intermediate step.
- MiiryamJan 03, 2022Copper Contributor
Yeah, we can use this like a solution, but only for the 365 version.
But me I'm working by Excel 2016, and I've already use a VBA, and lot of formulas that they're not available in 365, so I can't use it.
Anyway, thank you for your help !