Forum Discussion
How to show data from specific date range?
- 5 years ago
Hi Anonymous , you can add a calcualted column to create a group.
Column = IF([Date]<DATE(2021,1,1),[Country group],[City])Regards,
Jing
If this post helps, please consider Accept it as the solution to help other members find it.
Hi Anonymous , you can upload your sample data to some cloud storage services like OneDrive, GoogleDrive, Dropbox... make it public and share the link here. Remove sensitive info before sharing.
Hello,
Please find attached the link to the sample data https://docs.google.com/spreadsheets/d/1Oa5DZHpIgFsy_tK2gterS6Nx3XEn7HD92AfQbdkVH2Y/edit?usp=sharing
My aim is to create group for which if date is > or = to 01/01/2019 and <1/01/2021 then use Country group else if date is >1/01/2021 use City
- v-jingzhang5 years agoCommunity Support
Hi Anonymous , you can add a calcualted column to create a group.
Column = IF([Date]<DATE(2021,1,1),[Country group],[City])Regards,
Jing
If this post helps, please consider Accept it as the solution to help other members find it.- Anonymous5 years agoNot applicable
Thank you for your help