Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
cashbagg
 
Posts: n/a
Default Need formula help please....


I have a worksheet. Column A contains a list of emails. Column B
contains a list of emails to be eliminated from Column A. I need a
formula that can do this.

Thanks.


--
cashbagg
------------------------------------------------------------------------
cashbagg's Profile: http://www.excelforum.com/member.php...o&userid=27718
View this thread: http://www.excelforum.com/showthread...hreadid=472331

  #2   Report Post  
Tom Ogilvy
 
Posts: n/a
Default

formulas don't eliminate values in other cells. You can mark which
addresses you want to delete using a formula

Insert a New column B and in B2 put in a formula like

=if(Countif(C:C,A2)0,"Delete","Keep")

Then drag fill down the column

Select columns A and B and do Data=Filter=Autofilter and select Delete
from the dropdown in Column B.

Select A2:B lastrow and then do Delete and shift up.

Now do Data=Filter=Autofilter to remove the filter and delete column B.

--
Regards,
Tom Ogilvy


"cashbagg" wrote in
message ...

I have a worksheet. Column A contains a list of emails. Column B
contains a list of emails to be eliminated from Column A. I need a
formula that can do this.

Thanks.


--
cashbagg
------------------------------------------------------------------------
cashbagg's Profile:

http://www.excelforum.com/member.php...o&userid=27718
View this thread: http://www.excelforum.com/showthread...hreadid=472331



  #3   Report Post  
CLR
 
Posts: n/a
Default

In C1 put this formula and copy down as far as you have data in column
A..........then column C will only contain values that are in column A but
are not in column B. You can then do Copy . PasteSpecial Values to delete
the formulas and be left with only the values.

=IF(VLOOKUP(A1,B:B,1)=A1,"",A1)

Vaya con Dios,
Chuck, CABGx3



"cashbagg" wrote in
message ...

I have a worksheet. Column A contains a list of emails. Column B
contains a list of emails to be eliminated from Column A. I need a
formula that can do this.

Thanks.


--
cashbagg
------------------------------------------------------------------------
cashbagg's Profile:

http://www.excelforum.com/member.php...o&userid=27718
View this thread: http://www.excelforum.com/showthread...hreadid=472331



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF formula? meris Excel Worksheet Functions 1 September 6th 05 07:14 AM
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 12:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"