Hi Dylan
Thanks for your reply.
Glad I could help.
Regards,
Per
"Dylan" <(E-Mail Removed)> skrev i meddelelsen
news

4350561-836E-4A02-810E-(E-Mail Removed)...
> Thanks Per, this does what I want.
>
> Thanks Jarek for your advice also.
>
> Regards
> Dylan
>
> "Per Jessen" wrote:
>
>> Hi
>>
>> An other solution assuming headings in row 1. The formula goes in row 2
>> in
>> an unused column and to be copied down, then apply an autofilter:
>>
>> =IF(SUMPRODUCT(($B$2:$B$1000=B2)*1,($G$2:$G$1000>0)*1,($I$2:$I$1000=I2)*1,($F$2:$F$1000=F2)*1)>1,"Duplicate","")
>>
>> Regards,
>> Per
>>
>> "Dylan" <(E-Mail Removed)> skrev i meddelelsen
>> news:66C49514-D11F-4B8A-ADF7-(E-Mail Removed)...
>> > Jarek, sure thing,
>> >
>> > It's an invoicing database for time/expense. The columns are laid out
>> > as
>> > listed below and the columns of the rows I want to check are B, F, G,
>> > and
>> > I
>> > (B - Person, F - Job ID, G - Item and I - Week Commencing); I want
>> > find
>> > duplicates of instances where a person (B) has spent time (G) on a
>> > project
>> > (F) within a given week (I). Logically, each person should only have
>> > one
>> > entry per project, per week.
>> >
>> > Columns A-L
>> > A Ref:
>> > B Person
>> > C Title
>> > D Project Title
>> > E Location Ref
>> > F Job ID
>> > G Item
>> > H NEC3 Ref
>> > I Week Commencing
>> > J Quantity
>> > K Rate
>> > L Qty x Rate
>> > "Jarek Kujawa" wrote:
>> >
>> >> can you provide an example of what you want to count exactly?
>> >>
>>
>>