Hi all,
I hope you can help me. I am trying to get a yes / no value in the current conditions. I need to get a yes if the date (H2) is 8 months or over and equal to or under 12 months of the date(F2)and a no if the date (H2) is over 12 months. I currently have this on the go but I'm getting some false negatives. Any help would be much appreciated!
=IF(AND(MONTH(H2)<=(MONTH(F2+12)),MONTH(H2)>=(MONTH(F2+8))), "Yes", "No")
I hope you can help me. I am trying to get a yes / no value in the current conditions. I need to get a yes if the date (H2) is 8 months or over and equal to or under 12 months of the date(F2)and a no if the date (H2) is over 12 months. I currently have this on the go but I'm getting some false negatives. Any help would be much appreciated!
=IF(AND(MONTH(H2)<=(MONTH(F2+12)),MONTH(H2)>=(MONTH(F2+8))), "Yes", "No")