Hi
I have a formula which currently checks a list of dates and returns a figure provided certain conditions are met.
The formula I am using is the following one:
=IF(ROWS(E$9:E9)>$G$4,"",INDEX(A$2:A$728,SMALL(IF($A$2:$A$728>=$E$4,IF($A$2:$A$728<=$F$4,ROW($A$2:$A$728)-ROW($A$2)+1)),ROWS(E$9:E9))))
I would like excel to ignore a particular result/date if that particular result/date appears in another column. In that situation, I would like Excel to continue with the instruction ignoring that particular result.
Are you able to suggest how I can amend the above formula to achieve that?
My knowledge of Excel is intermediate so please bear with me.
Thank you in advance for any help you can give me.
Kind regards,
Marcelo
I have a formula which currently checks a list of dates and returns a figure provided certain conditions are met.
The formula I am using is the following one:
=IF(ROWS(E$9:E9)>$G$4,"",INDEX(A$2:A$728,SMALL(IF($A$2:$A$728>=$E$4,IF($A$2:$A$728<=$F$4,ROW($A$2:$A$728)-ROW($A$2)+1)),ROWS(E$9:E9))))
I would like excel to ignore a particular result/date if that particular result/date appears in another column. In that situation, I would like Excel to continue with the instruction ignoring that particular result.
Are you able to suggest how I can amend the above formula to achieve that?
My knowledge of Excel is intermediate so please bear with me.
Thank you in advance for any help you can give me.
Kind regards,
Marcelo