E
Eric
Does anyone have any suggestions on how to find the value with 2 conditions?
There is a list of date under EY column, and a list of number under FA column.
I would like to find the date, whch month is Feb under column EY with the
max numbers within Feb. For example,
01.27 0
01.28 0
01.29 0
01.30 2
01.31 3
02.01 5, it should return 02.01 on FC column based on this row
02.02 3
02.03 2
02.04 0
02.05 0
02.06 1
02.07 2
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric
There is a list of date under EY column, and a list of number under FA column.
I would like to find the date, whch month is Feb under column EY with the
max numbers within Feb. For example,
01.27 0
01.28 0
01.29 0
01.30 2
01.31 3
02.01 5, it should return 02.01 on FC column based on this row
02.02 3
02.03 2
02.04 0
02.05 0
02.06 1
02.07 2
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric