kharismatik
Technical User
I am attempting to retrieve the previous positions/job data within a table. However, I am having problems because the table has instances where the position/job is duplicated. Below is the sample data:
Name Position Action Effective
John Doe 2559 Correction 10/6/2010
John Doe 2559 Supv. Change 10/6/2010
John Doe 2559 Update 10/1/2010
John Doe 2558 Promotion 3/15/2010
John Doe 2558 Update 1/4/2010
John Doe 2556 Promotion 10/5/2009
I am looking for a formula that will return only the instances of Promotion with the corresponding position information. The result should be:
John Doe 2558 Promotion 3/15/2010
John Doe 2556 Promotion 10/5/2009
Please advise. Thanks!
Name Position Action Effective
John Doe 2559 Correction 10/6/2010
John Doe 2559 Supv. Change 10/6/2010
John Doe 2559 Update 10/1/2010
John Doe 2558 Promotion 3/15/2010
John Doe 2558 Update 1/4/2010
John Doe 2556 Promotion 10/5/2009
I am looking for a formula that will return only the instances of Promotion with the corresponding position information. The result should be:
John Doe 2558 Promotion 3/15/2010
John Doe 2556 Promotion 10/5/2009
Please advise. Thanks!