Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi. I need to remove from one column all entries that appear in another
column, but replace them with "-----". Thanks alot for your time W. Larson |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"WLarson" wrote:
I need to remove from one column all entries that appear in another column, but replace them with "-----". Thanks alot for your time Here's one try .. Assume entries in col A is to be compared with those in col B, data assumed from row1 down we could put in C1: =IF(ISNUMBER(MATCH(A1,B:B,0)),"-----",A1) and copy C1 down till the last row of data in col A Col C will return thre required results And if necessary, just copy col C to overwrite col A with a paste special values Adapt to suit .. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Limiting Entries in A List Box | Excel Worksheet Functions | |||
update data validation list with new entries?? | Excel Discussion (Misc queries) | |||
How to identify entries in a matrix also present in another list | Excel Worksheet Functions | |||
How do I Select Multiple entries from Valid list for a Cell | Excel Discussion (Misc queries) | |||
Searching a list with repeat entries and creating a sum | Excel Discussion (Misc queries) |