VBA Help to Check if Column B is Available on Column C Vice Versa

rickjason

New Member
Joined
Jan 9, 2014
Messages
27
I have this 3 Colums to Check if the Value is available on Column B and C

On Column B Employees Name Header is Availabe on Column C Employee's Name Header however on a different column
On Column B Manager Name Header(On Different Column) is Available on Column Managers Name Column

This part of the that I am downloading everyday, I want to automate it however I am new to VBA, Thanks for the help
Expected Value will on Column A and all rows with FALSE value to delete the row

ABC
1Employee's NameManager Name
2
TRUE

<tbody>
</tbody>
Kobe Bryant

<tbody>
</tbody>
Terrence Romeo

<tbody>
</tbody>
3
FALSE

<tbody>
</tbody>
Larry Bird

<tbody>
</tbody>
James Yap

<tbody>
</tbody>
4
FALSE

<tbody>
</tbody>
Dennis Rodman

<tbody>
</tbody>
Mark Caguioa

<tbody>
</tbody>
5
TRUE

<tbody>
</tbody>
Shaquille O'neal

<tbody>
</tbody>
Mark Caguioa

<tbody>
</tbody>
6
FALSE

<tbody>
</tbody>
Allen Iverson

<tbody>
</tbody>
Jayjay Helterbrand

<tbody>
</tbody>
7
TRUE

<tbody>
</tbody>
Dirk Nowitzki

<tbody>
</tbody>
Keifer Ravena

<tbody>
</tbody>
8
FALSE

<tbody>
</tbody>
Charles Barkley

<tbody>
</tbody>
Larry Fonacier

<tbody>
</tbody>
9
TRUE

<tbody>
</tbody>
Manu Ginobili

<tbody>
</tbody>
John Arigo

<tbody>
</tbody>
10
TRUE

<tbody>
</tbody>
LeBron James

<tbody>
</tbody>
Joseph Yeo

<tbody>
</tbody>
11
FALSE

<tbody>
</tbody>
Kevin Durant

<tbody>
</tbody>
Joseph Yeo

<tbody>
</tbody>
12
13
Manager Name

<tbody>
</tbody>
Employee's Name

<tbody>
</tbody>
14
FALSE

<tbody>
</tbody>
Arwind Santos

<tbody>
</tbody>
Reggie Miller

<tbody>
</tbody>
15
FALSE

<tbody>
</tbody>
Bo Belga

<tbody>
</tbody>
Draymond Green

<tbody>
</tbody>
16
TRUE

<tbody>
</tbody>
Mark Caguioa

<tbody>
</tbody>
Shaquille O'neal

<tbody>
</tbody>
17
FALSE

<tbody>
</tbody>
Vince Hizon

<tbody>
</tbody>
Stephen Curry

<tbody>
</tbody>
18
TRUE

<tbody>
</tbody>
Joseph Yeo

<tbody>
</tbody>
LeBron James

<tbody>
</tbody>
19
TRUE

<tbody>
</tbody>
Terrence Romeo

<tbody>
</tbody>
Kobe Bryant

<tbody>
</tbody>
20
FALSE

<tbody>
</tbody>
Allan Caidic

<tbody>
</tbody>
Russell Westbrook

<tbody>
</tbody>
21
TRUE

<tbody>
</tbody>
Keifer Ravena

<tbody>
</tbody>
Dirk Nowitzki

<tbody>
</tbody>
22
FALSE

<tbody>
</tbody>
Calvin Abueva

<tbody>
</tbody>
Giannis Antetokounmpo

<tbody>
</tbody>
23
FALSE

<tbody>
</tbody>
Mike Cortez

<tbody>
</tbody>
Kyrie Irving

<tbody>
</tbody>

<tbody>
</tbody>
 
Last edited:

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,216,103
Messages
6,128,854
Members
449,472
Latest member
ebc9

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top