Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Guys,
Lets say A1 - A20 were numbered 1 through 20. And B1 - B10 contained random numbers between 1 - 20. How can I create a rule that will tell Column A to remove any of its numbers that are found in Column B? I appreciate your assistance! -- thanks, Nate |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In column C, enter:
=COUNTIF(B$1:B$10,A1)0 and copy down Then you can remove all numbers from column A that have TRUE in col. C HTH -- AP "nate2345" a écrit dans le message de news: ... Hi Guys, Lets say A1 - A20 were numbered 1 through 20. And B1 - B10 contained random numbers between 1 - 20. How can I create a rule that will tell Column A to remove any of its numbers that are found in Column B? I appreciate your assistance! -- thanks, Nate |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
displaying data within column | Charts and Charting in Excel |