Hi,
Could anyone help me with the case below"
| Employee | Years Worked | Start Date |
John | 09-01-2006 | XX |
| John | 09-01-2007 | XX |
| John | 09-01-2008 | XX |
| John | 09-01-2009 | XX |
| Mary | 03-01-2012 | XX |
| Mary | 03-01-2013 | XX |
| Mary | 03-01-2014 | XX |
I wanted to use a formula so that the "Start Date" column populated the earliest date from the "Years Worked" column for each employee (i.e. for John, all "Start Date" row values would equal 09-01-2006. For Mary, it would equal 03-01-2012).
Thanks in advance!