Compare data and extract Software name, year and version

Shankar Nar

New Member
Joined
Jan 23, 2019
Messages
1
Hi Experts,

I was not able to find a thread similar, so starting this thread.
I am a novice in excel and I am trying to compare the softwares of an application with the master data list.
My questions are as below.

1. I have to compare 2 strings in this scenerio (e.g COL A - microsoft visual c++ redistributable 2015 x64
Col - B - visual c++ redistributable 2015 x64)
2. I have to extract the Software name, year and version from Col 1.

Below is the data.

[TABLE="class: outer_border, width: 755"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Software List - MasterData
[/TD]
[TD]Software List - Application Data
[/TD]
[TD]Version
[/TD]
[TD]Year
[/TD]
[/TR]
[TR]
[TD]microsoft visual c++ 2013[/TD]
[TD]visual c++ redistributable 2015 x64[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]microsoft visual c++ 2013 x86[/TD]
[TD]visual c++ 2013[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]microsoft visual c++ 2015 x86
[/TD]
[TD]r for windows 3.1.1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ibm sterling connect:direct 4.2[/TD]
[TD]activeperl-5.24.1.2402-mswin32-x86-64int-401627[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ibm urbancode deploy agent 6.2[/TD]
[TD]hp sa agent
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]microsoft visual c++ redistributable 2015 x64[/TD]
[TD]r for windows 3.3.2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]microsoft visual c++ redistributable 2015 x86[/TD]
[TD]syslog-ng agent for windows (remove only)[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Forum statistics

Threads
1,223,896
Messages
6,175,259
Members
452,626
Latest member
huntinghunter

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