• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

need formula for duplicate data

Hi Team,

Could you please find the attachment and sea the output column if the add id is having different status of combinations but i need some what i mentioned .




Thanks
 

Attachments

  • warehouse duplicate data for apr and may.xlsx
    38.2 KB · Views: 11
For a starting point, try this formula:

=IF(COUNTIF($A$1:$A$1000,A2)>COUNTIFS($A$1:$A$1000,A2,$F$1:$F$1000,F2),F2,"")
 
For a starting point, try this formula:

=IF(COUNTIF($A$1:$A$1000,A2)>COUNTIFS($A$1:$A$1000,A2,$F$1:$F$1000,F2),F2,"")




i need only if cancelled and delivered is there for same addid i only delivered.


if delivered and cancelled is there it will come delivered only in output column,


and cancelled ,pending is there i need only pending in output column.


Thanks
 
Hi:

Is this what you are looking for?

Thanks
 

Attachments

  • warehouse duplicate data for apr and may.xlsx
    74.3 KB · Views: 6
Back
Top