Conditional Filtering with Huge Data

smartbuilder2k

New Member
Joined
Jan 18, 2005
Messages
44
Hi All,

I have got 4 columns, namely - A) DefectNo B) Fixed Date C) Action_timestamp D)Action_name.

-> The "DefectNo." column may contain duplicate values. For ex: "Defect100" has arised several times but with different Fixed Date,Action_timestamp & Action_Name.

->The "Fixed Date" column contains date on which a particaular Defect no. has been Fixed in Format "2005-11-01 18:07:40".

->[\b]The “Action_timestamp” column contains dates on which a particular “Defectno” has been send back.

->The "Action_name" column contains action taken for defects. It may contain values namely Fixed or SendBack.

It is possible that same Defect no. might have Fixed or SendBack more than 1 time.

Following are my requirement:

- There are some DefectNo. Which have duplicate entries (with different Action_name, Action_timestamp & Fixed Date).
- Get the latest entry for each DefectNo. (i.e. the latest Fixed Date) so that all Defect no become unique.
- Against each DefectNo. it should also get when was it Sendback (i.e the last date of Action_timestamp) and how many times it was sent back.

I know its quite confusing but with my level best I have clarified every thing above that what my requirement is?

Pls requesting you all to give me the solution as soon as possible.
I would be thankful to everyone for their effort.

Regards,
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Sort the data on defect no.

In additional column (Flag), apply:

=(LOOKUP(DefectNo,DefectNoRange)=DefectNo)+0

Then run AutoFilter/Advanced Filter on the data with focus on additional column such that it displays records with value 1.
 
Upvote 0
Hey Aladin,

Can u pls elaborate ur solution. How & where to write this formla.Since i m new to such stuff pls provide solution stepwise with examples.
Please Help

Thanks,
 
Upvote 0
smartbuilder2k said:
Hey Aladin,

Can u pls elaborate ur solution. How & where to write this formla.Since i m new to such stuff pls provide solution stepwise with examples.
Please Help

Thanks,

That would require a small sample on your part to work with...
 
Upvote 0

Forum statistics

Threads
1,203,544
Messages
6,056,027
Members
444,840
Latest member
RazzelDazel

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top