D
David
Greetings,
I am working with a large set of data but the following
scenario describes the problem:
Each of the following is a field in the database:
TAG(text), JobCode (Text - 2 chr), PlanDate(date), Status
(is either "complete" or "incomplete"). Each tag appears
many times in the table with various codes, dates and
status.
I have a seperate table with all tags in column A (no
duplicates) for lookup purposes. To find the earliest
PlanDate for each tag where ststus is "incomplete" i use
the following:
=LARGE((TAGS=$A4)*(STATUS="incomplete")*PlanDate,SUM
((TAGS=$A4)*(STATUS="incomplete"))))
This works OK. I think I could use a similar them to
return each later PlanDate. What I would like to do (and
am struggling with) is to return the 'JobCode' as well as
the PlanDates.
Any help will be much appreciated
David
I am working with a large set of data but the following
scenario describes the problem:
Each of the following is a field in the database:
TAG(text), JobCode (Text - 2 chr), PlanDate(date), Status
(is either "complete" or "incomplete"). Each tag appears
many times in the table with various codes, dates and
status.
I have a seperate table with all tags in column A (no
duplicates) for lookup purposes. To find the earliest
PlanDate for each tag where ststus is "incomplete" i use
the following:
=LARGE((TAGS=$A4)*(STATUS="incomplete")*PlanDate,SUM
((TAGS=$A4)*(STATUS="incomplete"))))
This works OK. I think I could use a similar them to
return each later PlanDate. What I would like to do (and
am struggling with) is to return the 'JobCode' as well as
the PlanDates.
Any help will be much appreciated
David