jeremiah32333
Programmer
The values showed below are not duplicate. What I'm trying to see if possible is counting the first instance of a value in a report. For example, my query returns seven lines, so of the values are the same. Is there a way where to create an additional column can be added to shown if multiple instances that same value exists?
Trailer Ladder Month PO Vendor YesNO
04050 SEP 293530 STUDIO RAY Yes
18196 OCT 315902 KELLWOOD CO. Yes
279852 SEP 300456 VAN HEUSEN Yes
300159 SEP 342079 CASTLE HILL Yes
300159 SEP 342087 DANNY & NICOLE No
300159 SEP 348699 KATHERINE BISHOP No
In Excel the same can be accomplished by using formula =IF(COUNTIF(A$1:A1,A1)>1,"No","Yes")
Example
123 Yes
123 No
123 No
Trailer Ladder Month PO Vendor YesNO
04050 SEP 293530 STUDIO RAY Yes
18196 OCT 315902 KELLWOOD CO. Yes
279852 SEP 300456 VAN HEUSEN Yes
300159 SEP 342079 CASTLE HILL Yes
300159 SEP 342087 DANNY & NICOLE No
300159 SEP 348699 KATHERINE BISHOP No
In Excel the same can be accomplished by using formula =IF(COUNTIF(A$1:A1,A1)>1,"No","Yes")
Example
123 Yes
123 No
123 No