![]() |
Showing duplicates
i would like to be able to filter duplicates lines on my work sheet. I was
hoping to put something in column Z that when Column E and Column H match Column E and Column H on a second sheet it can read "Dup". It starts with Cell E5 and Cell H5 and my second sheet is called "Reference" Many thanks |
Showing duplicates
=IF(AND((Sheet1!E5=Sheet2!E5),(Sheet1!H5=Sheet2!H5 )),"DUP","")
you use "Reference" in pl;ace of "Sheet2" -- Gary''s Student - gsnu200768 "Neil" wrote: i would like to be able to filter duplicates lines on my work sheet. I was hoping to put something in column Z that when Column E and Column H match Column E and Column H on a second sheet it can read "Dup". It starts with Cell E5 and Cell H5 and my second sheet is called "Reference" Many thanks |
All times are GMT +1. The time now is 08:44 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com