Ok so, I have a column which counts the amount of times an id number appears in a table on sheet 2.
but I want to add a further clause to this, which says to only count if the date in column d on sheet 2 is before the 15/03/2011.
Am struggling to get this to work, so any help would be appreciated.
Code:
=COUNTIF(Sheet2!$A$2:$A$1458,LostCustom!$A2)
but I want to add a further clause to this, which says to only count if the date in column d on sheet 2 is before the 15/03/2011.
Am struggling to get this to work, so any help would be appreciated.