Re: Check for duplicates
From: Bob Phillips (bob.phillips_at_notheretiscali.co.uk)
Date: 02/16/05
- Next message: CLR: "Re: Removal of characters from a range of cells"
- Previous message: Stephanie: "How do I do a MOD-10 Credit Card check in Excel?"
- In reply to: Pat: "Re: Check for duplicates"
- Next in thread: Pat: "Re: Check for duplicates"
- Reply: Pat: "Re: Check for duplicates"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Feb 2005 23:37:33 -0000
Pat,
I think this is probably what you want
=IF(AND(V304="",ISNUMBER(MATCH("2"&" " &V304& " " &W304& " "
&X304,C7:CF1000,0))),"2"&" " &V304& " " &W304& " " &X304,"")
-- HTH RP (remove nothere from the email address if mailing direct) "Pat" <glass_patrick@hotmail.com> wrote in message news:%23OabS4HFFHA.1564@TK2MSFTNGP09.phx.gbl... > Hi Bob, > V304& " " &W304& " " &X304 is being compared. > > > "Bob Phillips" <bob.phillips@notheretiscali.co.uk> wrote in message > news:%23Ow45rHFFHA.3312@TK2MSFTNGP15.phx.gbl... > > what result is being compared, the spaces, V304, or the concatenated value > > (Or any)? > > > > -- > > > > HTH > > > > RP > > (remove nothere from the email address if mailing direct) > > > > > > "Pat" <glass_patrick@hotmail.com> wrote in message > > news:%23qDe3nHFFHA.4004@tk2msftngp13.phx.gbl... > >> > >> The following formula is contained in C304 > >> > >> =IF(V304="","","2"&" " &V304& " " &W304& " " &X304) > >> > >> I need to include into the formula a way to check if the result is a > >> duplicate of another result in column C. > >> The range covers from C77:C1000. > >> > >> Thank you if you can help. > >> Pat > >> > >> > > > > > >
- Next message: CLR: "Re: Removal of characters from a range of cells"
- Previous message: Stephanie: "How do I do a MOD-10 Credit Card check in Excel?"
- In reply to: Pat: "Re: Check for duplicates"
- Next in thread: Pat: "Re: Check for duplicates"
- Reply: Pat: "Re: Check for duplicates"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|