Key Field and Selected Column Output in Excel

praweencom

New Member
Joined
Mar 10, 2019
Messages
1
I have an worksheet columns from A to BA in Sheet with multiple coulmns:

<code>Column A: Employee Number
Coulmn B: First Name Source
Coulmn C: First Name Target
Coulmn D: First Name Validate (True/False)
Coulmn E: Last Name Source
Coulmn F: Last Name Target
Coulmn G: Last Name Validate (True/False)
and so on...</code>I have many columns like D and G in the sheet with True or False as result.
I’m now trying to create a sheet which shows list of First Name with False Validation for multiple validations as below in Sheet 2.
Table: First Name Validation (Table 1)

<code>Coulmn A2: Employee Number
Coulmn B2: First Name Source
Column C2: First Name Target</code>In the same sheet after the values for above, the below data should be shown:
Table: Second Name Validation (Table 2)


<code>Column Ax: Employee Number
Coulmn Bx: Last Name Target
Column Cx: Last Name Target</code>x: Any row based on the number of entires from table 1.. Basically, I’m trying to show the data in one sheet with Employee Number as key field with validation false for each criteria. This would be easy on end user to see everything in a single sheet instead of multiple sheets, filter and identifying employee number.
Is this possible in excel with VBA? Thank You.
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK

Forum statistics

Threads
1,216,218
Messages
6,129,571
Members
449,518
Latest member
srooney

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