Hi,
Thanks in advance for your help.
I have a excel file indicate those detail of our deploying PC list. i need some guide on how to check the serial number that is duplicate or not in the stock list.
i have 3 excel file, 1. Main list 2. Stock for PC serial number and 3. LCD serial number
Your example is not all that clear, perhaps you're saying you want to use Conditional Formatting against the values in A to highlight any serial numbers that appear more than once (once they have been collated from the various source files), if so then:
-- highlight A2:A100 (change according to likely quantity of data) being sure to select A2 first
-- Format -> Conditional Formatting
-- use a FormulaIs approach
-- set Formula to be: =COUNTIF($A:$A,$A2)>1
-- set Format to be applied to duplicates accordingly
Now if a number should appear more than once in your A2:A100 range all instances of said number will be formatted per your set format such that you can easily identify them.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Thanks for advice, will try it out and let you know.
Really appreaciate![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks