Im looking for all the instances where there is a 2 in column i (MPN) and the matching value in column e (code) has a duplicate.
I would then like to highlight the duplicates in column e.
Im using Excel 2010
Any help appreciated
Im looking for all the instances where there is a 2 in column i (MPN) and the matching value in column e (code) has a duplicate.
I would then like to highlight the duplicates in column e.
Im using Excel 2010
Any help appreciated
Last edited by antoinb; 08-30-2020 at 09:05 AM.
Administrative Note:
We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.
Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).
Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.
(Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Title edited, sorry but struggling to put in to words what im trying to do.
Have included sample spreadsheet with before and after, after is what im trying to achieve
Better - thanks.
I have edited the sample worksheet to something simpler??
Ive not had any replies so i think what im asking for help with might not be possible.
Im looking for a formula that would find "2" in column I
Then check the corresponding code in column E.
If the code in E has a duplicate then hopefully the formula would return a value in column L.
Hope that makes sense..
Maybe put this in L14 and copy down?
=IF(AND(COUNTIFS($I$14:$I$19,2,$E$14:$E$19,E14)>0,I14<>2),1,"")
To highlight column E, select E14:E19 an go to Conditional Formatting. In the formula, enter:
=AND(COUNTIFS($I$14:$I$19,2,$E$14:$E$19,E14)>0,I14<>2)
and then format appropriately.
This will highlight the same cells that have a "1" in column L
Thank You so much Gregb11 that works perfectly, i cant thank you enough
Glad it worked!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks