Excel : If value is in column A, then delete cell in column B
Closed
Johan222
Posts
3
Registration date
Friday June 21, 2013
Status
Member
Last seen
June 24, 2013
-
Jun 21, 2013 at 02:57 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jun 27, 2013 at 10:06 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jun 27, 2013 at 10:06 AM
Related:
- Excel : If value is in column A, then delete cell in column B
- Excel marksheet - Guide
- Number to words in excel - Guide
- Excel apk for pc - Download - Spreadsheets
- Kernel for excel - Download - Backup and recovery
- Gif in excel - Guide
5 responses
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Jun 21, 2013 at 11:23 PM
Jun 21, 2013 at 11:23 PM
one way is
data is like this
value1 value1
value2 value22
value3 value33
value4 value44
value value5
in 1 type the formula
=IF(A1=$B$1:$B$5,"",B1)
copy it down
c will be final result. of B column
data is like this
value1 value1
value2 value22
value3 value33
value4 value44
value value5
in 1 type the formula
=IF(A1=$B$1:$B$5,"",B1)
copy it down
c will be final result. of B column
Johan222
Posts
3
Registration date
Friday June 21, 2013
Status
Member
Last seen
June 24, 2013
Jun 22, 2013 at 04:41 AM
Jun 22, 2013 at 04:41 AM
I tried that but it's not working
But I want is to check the whole column A and the whole column B and keep only the results that are in both columns.
Thanks.
But I want is to check the whole column A and the whole column B and keep only the results that are in both columns.
Thanks.
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Jun 24, 2013 at 12:00 PM
Jun 24, 2013 at 12:00 PM
Hi Johan,
Use this array formula:
=SUM(IF(B1=$A$1:$A$5,1,0))
Array formula's need to be confirmed by hitting Ctrl+Shift+Enter.
Now you can drag the formula down.
Apply auto filter and filter on 1.
Now delete the URL's visible in column B.
Best regards,
Trowa
Use this array formula:
=SUM(IF(B1=$A$1:$A$5,1,0))
Array formula's need to be confirmed by hitting Ctrl+Shift+Enter.
Now you can drag the formula down.
Apply auto filter and filter on 1.
Now delete the URL's visible in column B.
Best regards,
Trowa
Johan222
Posts
3
Registration date
Friday June 21, 2013
Status
Member
Last seen
June 24, 2013
Jun 24, 2013 at 01:17 PM
Jun 24, 2013 at 01:17 PM
Hello,
Thanks but there is an error in the formula, I have excel 2013 and an error message appears when I enter this formula.
I tried with something very easy to create an array formula and it worked with =sum(1+1), it became {=sum(1+1)}
Do you have any other formula without errors ?
Thanks.
Thanks but there is an error in the formula, I have excel 2013 and an error message appears when I enter this formula.
I tried with something very easy to create an array formula and it worked with =sum(1+1), it became {=sum(1+1)}
Do you have any other formula without errors ?
Thanks.
Didn't find the answer you are looking for?
Ask a question
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Jun 27, 2013 at 10:06 AM
Jun 27, 2013 at 10:06 AM
Hi Johan,
Could you post your workbook (with the formula's implemented) using a filesharing site like www.speedyshare.com or ge.tt?
It looks to me that like you have been given two formula's which yields the results you are after.
Best regards,
Trowa
Could you post your workbook (with the formula's implemented) using a filesharing site like www.speedyshare.com or ge.tt?
It looks to me that like you have been given two formula's which yields the results you are after.
Best regards,
Trowa