• 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

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
 
Back
Top