Forum Discussion
T_Bounce_Back_Project
Oct 28, 2021Copper Contributor
formula for conditions (within date range AND including text)
Hi there,
I'm looking for a formula that extracts information from a spreadsheet which is:
- between 2 dates from 1 column and includes a text from another column
e.g. dates 1/7/2021-30/6/2022 and the text would be Y.
So far i know how to do them separately but i need some help to put them together
Thank you in advance!
11 Replies
- PeterBartholomew1Silver Contributor
Are you trying to filter the data? If so, perhaps
= FILTER( Table, (ReferralDate<=1/7/2021)*(ReferralDate>30/6/2022)*(InWork="Y"), "No results" )- T_Bounce_Back_ProjectCopper ContributorHi there, thanks for this but i am not trying to filter but to extract this information so it shows up on the dashboard tab.
- PeterBartholomew1Silver ContributorI am not sure where this is going. By filter, I am referring to a formula that is placed on another sheet, in this case the dashboard, and reproduces an extract from the source data. It is not simply a case of hiding some source data from sight.
Since it is a dashboard, it is unlikely that you will want a set of complete database records but that is achieved by applying the filter formula to the specific fields you wish to display.
- SergeiBaklanDiamond Contributor
Depends on
a) which version of Excel do you use
b) which kind of information you'd like to extract (scalar value, array, etc)
- T_Bounce_Back_ProjectCopper Contributor
SergeiBaklan Hi there, i believe it would be array and i'm using sharepoint excel
- SergeiBaklanDiamond Contributor
Don't know what is SharePoint Excel, anyway
If you information like this
which result and where shall be? Perhaps you may share small sample file?