Hi Experts,
I tried before and got the partial solution of finding the minimum month for a particular project but now i have one more condition where i need to find minimum month out of minimum value year.
My first month starts with Oct and ends in Sep
Last time i used the array formula(i vlookuped with my own custom array where 1=oct,2=nov.......12=Sep) like this min{(if(A:A=A2,C:C,""))} which was giving Oct as first month for this project but actually it started in 2012 with JUN as start or min date.
[pre]
[/pre]
Please help me on this.
Thanks in advance!
I tried before and got the partial solution of finding the minimum month for a particular project but now i have one more condition where i need to find minimum month out of minimum value year.
My first month starts with Oct and ends in Sep
Last time i used the array formula(i vlookuped with my own custom array where 1=oct,2=nov.......12=Sep) like this min{(if(A:A=A2,C:C,""))} which was giving Oct as first month for this project but actually it started in 2012 with JUN as start or min date.
[pre]
Code:
A B C
Project Year Month
109202 2012 AUG
109202 2013 DEC
109202 2012 JUN
109202 2013 NOV
109202 2013 OCT
109202 2012 JUL
109202 2012 SEP
109202 2013 JAN
109202 2013 APR
109202 2013 MAY
109202 2013 MAR
109202 2013 FEB
Please help me on this.
Thanks in advance!