Hi Experts,
I need to find a solution for one of the task that i need to do.I have a data like shown below
[pre]
[/pre]
and the order of month for me is Oct-first month,Nov-second,dec-third,jan-fourth...so on..
I need to find in G column the start month which is minimum month out of month column (col C)for that project.I have som many projects like this with month list and i need to find start date for each of project ids.
Please help me on this.
Thanks and Regards,
I need to find a solution for one of the task that i need to do.I have a data like shown below
[pre]
Code:
A B C D E F G
ProjectId Year Month Orginal date Actual/Revised date startmonth
104143 2013 JAN JAN2013 JAN2013
FEB FEB2013 FEB2013
MAR MAR2013 MAR2013
APR APR2013 APR2013
MAY MAY2013 MAY2013
JUN JUN2013 JUN2013
JUL JUL2013 JUL2013
AUG AUG2013 AUG2013
SEP SEP2013 SEP2013
OCT AUG2012 OCT2012
and the order of month for me is Oct-first month,Nov-second,dec-third,jan-fourth...so on..
I need to find in G column the start month which is minimum month out of month column (col C)for that project.I have som many projects like this with month list and i need to find start date for each of project ids.
Please help me on this.
Thanks and Regards,