Get First Data and Ignore for same PO

reza_doang

Board Regular
Joined
May 31, 2010
Messages
187
Hi All -


Need your expertise in excel :)
Currently i have data with thousands of rows and there is duplication in some of data, but i can't delete it.
i have column PO Number and duration of the PO (from PO created - PO release) and not in consecutive.
In that column,I just want to take the information each PO only 1 (irrespective with PO duplication)
i.e
I have 10.000 PO numbers (rows) but might be only 5.000 PO the unique one.
by manually i can use pivot or table and remove duplicate, but it will take more effort.


Really appreciate if you can give formula to get only first PO data and ignore the rest for same PO.

PODaysexpected result
200010055
200020044
20001005
200030011
20002004
200050022

<tbody>
</tbody>














Hope you understand with my requirement.

Thanks in advance
Reza
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
How about
=IF(COUNTIF(A$2:A2,A2)=1,B2,"")
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,615
Messages
6,120,538
Members
448,970
Latest member
kennimack

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