Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default flaging items as "org","dup",etc.

hi!

is there any worksheet function to flag the items in a list
which occurs more than once?

for ex.
i'm having the following data
thru A1:a4
a
a
a
a

and i want
in B1:b4

original
duplicate
triplicate
quadruplicate

or simply "O", "D", "T" , "Q"
respectively

-via135

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200611/1

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default flaging items as "org","dup",etc.

Try
=CHOOSE(MIN(COUNTIF($A$1:A1,A1)+1,6),"","O","D","T ","Q","many")
in B1 and copy down the column
best wishes

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"via135 via OfficeKB.com" <u23552@uwe wrote in message
news:68bf050796e41@uwe...
hi!

is there any worksheet function to flag the items in a list
which occurs more than once?

for ex.
i'm having the following data
thru A1:a4
a
a
a
a

and i want
in B1:b4

original
duplicate
triplicate
quadruplicate

or simply "O", "D", "T" , "Q"
respectively

-via135

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200611/1



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 94
Default flaging items as "org","dup",etc.


thks Bernard!
this is what i exactly want..!
thks again!

-via135


On Nov 4, 12:06 am, "Bernard Liengme"
wrote:
Try
=CHOOSE(MIN(COUNTIF($A$1:A1,A1)+1,6),"","O","D","T ","Q","many")
in B1 and copy down the column
best wishes

--
Bernard V Liengmewww.stfx.ca/people/bliengme
remove caps from email

"via135 via OfficeKB.com" <u23552@uwe wrote in messagenews:68bf050796e41@uwe...

hi!


is there any worksheet function to flag the items in a list
which occurs more than once?


for ex.
i'm having the following data
thru A1:a4
a
a
a
a


and i want
in B1:b4


original
duplicate
triplicate
quadruplicate


or simply "O", "D", "T" , "Q"
respectively


-via135


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200611/1


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PivotTable - show top items Epinn New Users to Excel 5 October 25th 06 10:07 PM
OLAP Pivot table - How to show items with no data ? Timmo Excel Worksheet Functions 1 March 30th 06 06:03 PM
Lookup items and have picture appear together. WL Excel Worksheet Functions 6 March 14th 06 03:32 PM
Pareto's Law and ABCD ranking of items nander Excel Discussion (Misc queries) 2 February 19th 06 07:47 PM
multiple items in database Peter Excel Worksheet Functions 2 June 15th 05 08:19 PM


All times are GMT +1. The time now is 12:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"