I'm having trouble finding min and max dates based on a string.
Example Table:
---A-----------B------------C----D-------------------------------E----------------F-------------------G
1 Date-------Offline---------Systems Noted Offline----Recurrance--Observed First-Observed Last
2 10-Jun-14--System1---------System1-----------------------3----------------10-Jun-14--------12-Jun-14
3 10-Jun-14--System2---------System2-----------------------2
4 11-Jun-14--System1---------System3-----------------------1
5 11-Jun-14--System2
6 12-Jun-14--System1
7 12-Jun-14--System3
(Sorry for all the dashes. Just trying to control the spacing.)
I used Data -> Advanced to get the unique list in D, and =COUNTIF to get the Recurrance in E. Now I am trying to figure out F and G. For Example, F should show System1 Observed First on 10-Jun-14 and Last on 12-Jun-14. I thought maybe =SMALL and =MAX would help if used in conjunction with some sort of string lookup function, but I haven't hit on the correct function or syntax yet. I've explored =VLOOKUP a bit, but I'm not sure that is the way to go. This spreadsheet example, of course, is only a small subset of a much larger one with dozens of systems and dates.
Any ideas would be greatly appreciated.
Kind regards to all for you ideas.
Bookmarks