Uzma Shaheen
Active Member
- Joined
- Nov 10, 2012
- Messages
- 484
- Office Version
- 365
- 2021
- Platform
- Windows
- Mobile
- Web
Hey is it possible to use the Filter function to filter my data in a specific order and the give me me the first unique value for that contact number on that date?
For example
Say i have data like this (data is sorted by contact and then datetime)
DateTime…Date….Dept…Contact
01/10 16:06 01/10 Finance 0267
01/10 16:55 01/10 HR. 0267
01/10. 16:78 01/10 0267
In example above
1) I want filter on the date = to cell J1
2) Dept <> “”
3) Contact to exclude anything that has the word SHIP in it
I would want the data to then look like this based on above conditions
DateTime…Date….Dept…Contact
01/10 16:06 01/10 Finance 0267
01/10 16:55 01/10 HR. 0267
And then using that data - filter on DateTime to give first unique value for that contact/first contact occurrence details
End Result (this is the first record for that contact number from filtered list on that date)
DateTime…Date….Dept…Contact
01/10 16:06 01/10 Finance 0267
For example
Say i have data like this (data is sorted by contact and then datetime)
DateTime…Date….Dept…Contact
01/10 16:06 01/10 Finance 0267
01/10 16:55 01/10 HR. 0267
01/10. 16:78 01/10 0267
In example above
1) I want filter on the date = to cell J1
2) Dept <> “”
3) Contact to exclude anything that has the word SHIP in it
I would want the data to then look like this based on above conditions
DateTime…Date….Dept…Contact
01/10 16:06 01/10 Finance 0267
01/10 16:55 01/10 HR. 0267
And then using that data - filter on DateTime to give first unique value for that contact/first contact occurrence details
End Result (this is the first record for that contact number from filtered list on that date)
DateTime…Date….Dept…Contact
01/10 16:06 01/10 Finance 0267