Hi,
I have multiple conditions that I want to satisfy in an IF statement and am having a spot of bother.
In order to classify as new I want AD ABOVE 300, AE TO BE C, AF to be above 90%, AK to be "Stable Price" and AL to be between 4 weeks 201712,201713,201714 and 201715. I have the following below, but I'm having a problem
IF(((AND(AD7>300,AE7="C",AF7>90%,AK7="Stable Price",AL7="201712,201713,201714,2015","NEW","NOT NEW")))))
But it's not working, will somebody help please?
I think I need to add an OR in the dates, but not sure where.
Thanks
I have multiple conditions that I want to satisfy in an IF statement and am having a spot of bother.
In order to classify as new I want AD ABOVE 300, AE TO BE C, AF to be above 90%, AK to be "Stable Price" and AL to be between 4 weeks 201712,201713,201714 and 201715. I have the following below, but I'm having a problem
IF(((AND(AD7>300,AE7="C",AF7>90%,AK7="Stable Price",AL7="201712,201713,201714,2015","NEW","NOT NEW")))))
But it's not working, will somebody help please?
I think I need to add an OR in the dates, but not sure where.
Thanks
Last edited: