Displaying data laterally

s00nertp

New Member
Joined
May 29, 2008
Messages
3
Overview:
I am having trouble figuring out how to display data laterally based on a few variables.
I also question whether this can be done in excel, and maybe a DB is the only option.
I did not try any VB as it is over my head at this point.

Task details:
I need to take the data below and create a report that sorts by "App Group", then "Application", and then displays the server names across the row as anywhere the "App Group" and "Application" match.

I am having trouble explaining it using words, so I am hoping these examples below will be clearer.

I've tried vlookups, but I am not that famililar with excel and basically there are too many variables so none of my past solutions can get the logic right.


------------------------- Report
<table x:str="" style="border-collapse: collapse; width: 314pt;" border="0" cellpadding="0" cellspacing="0" width="419"><col style="width: 63pt;" width="84"> <col style="width: 59pt;" width="79"> <col style="width: 48pt;" span="4" width="64"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 63pt;" height="17" width="84">App Group</td> <td class="xl66" style="border-left: medium none; width: 59pt;" width="79">Application</td> <td class="xl65" style="border-left: medium none; width: 48pt;" width="64">Track 1</td> <td class="xl65" style="border-left: medium none; width: 48pt;" width="64">Track 2</td> <td class="xl65" style="border-left: medium none; width: 48pt;" width="64">Track 3</td> <td class="xl65" style="border-left: medium none; width: 48pt;" width="64">Track 4</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Finance</td> <td>IIS</td> <td class="xl67" style="border-top: medium none;">server06</td> <td class="xl68" style="border-top: medium none;">
</td> <td class="xl67" style="border-top: medium none;">server04</td> <td class="xl67" style="border-top: medium none;">server04</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Finance</td> <td>Java EJB</td> <td>
</td> <td class="xl68" style="border-top: medium none;">
</td> <td class="xl67" style="border-top: medium none;">server08</td> <td class="xl68" style="border-top: medium none;">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Finance</td> <td>Middleware</td> <td class="xl67">server05</td> <td class="xl68" style="border-top: medium none;">
</td> <td class="xl68" style="border-top: medium none;">
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Finance</td> <td>Webservice</td> <td class="xl68" style="border-top: medium none;">
</td> <td>
</td> <td class="xl67" style="border-top: medium none;">server09</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">HR</td> <td>IIS</td> <td class="xl67" style="border-top: medium none;">server01</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">HR</td> <td>Middleware</td> <td class="xl67" style="border-top: medium none;">server03</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Medical</td> <td>Java EJB</td> <td class="xl68" style="border-top: medium none;">
</td> <td class="xl67">server10</td> <td class="xl67">server12</td> <td class="xl67">server12</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Medical</td> <td>Middleware</td> <td class="xl67" style="border-top: medium none;">server02</td> <td class="xl67" style="border-top: medium none;">server02</td> <td class="xl67" style="border-top: medium none;">server13</td> <td class="xl67" style="border-top: medium none;">server13</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Medical</td> <td>Webservice</td> <td class="xl67" style="border-top: medium none;">server14</td> <td class="xl67" style="border-top: medium none;">server11</td> <td class="xl67" style="border-top: medium none;">server14</td> <td class="xl67" style="border-top: medium none;">server14</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>IIS</td> <td class="xl67" style="border-top: medium none;">server07</td> <td>
</td> <td>
</td> <td class="xl67" style="border-top: medium none;">server07</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td>
</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td>
</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td>
</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl71" colspan="3" style="height: 12.75pt;" height="17">What do I want to be able to do?</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">Sort by:</td> <td>APP Group</td> <td colspan="2" style="">Application</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">list across:</td> <td class="xl70">servername</td> <td>
</td> <td class="xl69">
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td>
</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl71" colspan="3" style="height: 12.75pt;" height="17">Steps to display the servername:</td> <td>
</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td colspan="6" style="height: 12.75pt;" height="17">goto masterlist where Finance = IIS, output server## on the same row</td> </tr> <tr style="height: 12.75pt;" height="17"> <td colspan="5" style="height: 12.75pt;" height="17">(do this for every instance of "App Group" and "Application")</td> <td>
</td> </tr> </tbody></table>

------------------------- DATA:
<table x:str="" style="border-collapse: collapse; width: 292pt;" border="0" cellpadding="0" cellspacing="0" width="389"><col style="width: 48pt;" width="64"> <col style="width: 101pt;" width="134"> <col style="width: 48pt;" width="64"> <col style="width: 95pt;" width="127"> <tbody><tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt; width: 48pt;" height="17" width="64">ITE</td> <td class="xl67" style="width: 101pt;" width="134">FULL QA server List</td> <td class="xl65" style="width: 48pt;" width="64">App Group</td> <td class="xl66" style="border-left: medium none; width: 95pt;" width="127">Application</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" x:num="" align="right" height="17">1
</td> <td class="xl68" style="border-top: medium none;">server01</td> <td>HR</td> <td x:str="IIS ">IIS </td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">1,2</td> <td class="xl68" style="border-top: medium none;">server02</td> <td>Medical</td> <td>Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" x:num="" align="right" height="17">1
</td> <td class="xl68" style="border-top: medium none;">server03</td> <td>HR</td> <td>Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">3,4</td> <td class="xl68" style="border-top: medium none;">server04</td> <td>Finance</td> <td x:str="IIS ">IIS </td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" x:num="" align="right" height="17">1
</td> <td class="xl68" style="border-top: medium none;">server05</td> <td>Finance</td> <td>Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" x:num="" align="right" height="17">1
</td> <td class="xl68" style="border-top: medium none;">server06</td> <td>Finance</td> <td x:str="IIS ">IIS </td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">1,4</td> <td class="xl68" style="border-top: medium none;">server07</td> <td>
</td> <td x:str="IIS ">IIS </td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" x:num="" align="right" height="17">3
</td> <td class="xl68" style="border-top: medium none;">server08</td> <td>Finance</td> <td>Java EJB</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" x:num="" align="right" height="17">3
</td> <td class="xl68" style="border-top: medium none;">server09</td> <td>Finance</td> <td>Webservice</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" x:num="" align="right" height="17">2
</td> <td class="xl68" style="border-top: medium none;">server10</td> <td>Medical</td> <td>Java EJB</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" x:num="" align="right" height="17">2
</td> <td class="xl68" style="border-top: medium none;">server11</td> <td>Medical</td> <td>Webservice</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">3,4
</td> <td class="xl68" style="border-top: medium none;">server12</td> <td>Medical</td> <td>Java EJB</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">3,4</td> <td class="xl68" style="border-top: medium none;">server13</td> <td>Medical</td> <td>Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">3,4</td> <td class="xl68" style="border-top: medium none;">server14</td> <td>Medical</td> <td>Webservice</td> </tr> </tbody></table>
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Simpler put, I want to create a report that looks like below based on the data below it.

I am hoping someone will provide input on a strategy that would help me do that. I wanted to avoid VB, but will use it if that is the only way.

I am not looking for commands, etc.

------------------------- REPORT
<table x:str="" style="border-collapse: collapse; width: 297pt;" border="0" cellpadding="0" cellspacing="0" width="396"><col style="width: 114pt;" width="152"> <col style="width: 46pt;" width="61"> <col style="width: 48pt;" span="2" width="64"> <col style="width: 41pt;" width="55"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">Application</td> <td class="xl65" style="width: 46pt;" width="61">Track 1</td> <td class="xl65" style="width: 48pt;" width="64">Track 2</td> <td class="xl65" style="width: 48pt;" width="64">Track 3</td> <td class="xl65" style="width: 41pt;" width="55">Track 4</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">IIS</td> <td class="xl65" style="width: 46pt;" width="61">server06</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 48pt;" width="64">server04</td> <td class="xl65" style="width: 41pt;" width="55">server04</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">Java EJB</td> <td class="xl65" style="width: 46pt;" width="61">
</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 48pt;" width="64">server08</td> <td class="xl65" style="width: 41pt;" width="55">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">Middleware</td> <td class="xl65" style="width: 46pt;" width="61">server05</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 41pt;" width="55">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">Webservice</td> <td class="xl65" style="width: 46pt;" width="61">
</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 48pt;" width="64">server09</td> <td class="xl65" style="width: 41pt;" width="55">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">IIS</td> <td class="xl65" style="width: 46pt;" width="61">server01</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 41pt;" width="55">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">Middleware</td> <td class="xl65" style="width: 46pt;" width="61">server03</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 41pt;" width="55">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">Java EJB</td> <td class="xl65" style="width: 46pt;" width="61">
</td> <td class="xl65" style="width: 48pt;" width="64">server10</td> <td class="xl65" style="width: 48pt;" width="64">server12</td> <td class="xl65" style="width: 41pt;" width="55">server12</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">Middleware</td> <td class="xl65" style="width: 46pt;" width="61">server02</td> <td class="xl65" style="width: 48pt;" width="64">server02</td> <td class="xl65" style="width: 48pt;" width="64">server13</td> <td class="xl65" style="width: 41pt;" width="55">server13</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">Webservice</td> <td class="xl65" style="width: 46pt;" width="61">server14</td> <td class="xl65" style="width: 48pt;" width="64">server11</td> <td class="xl65" style="width: 48pt;" width="64">server14</td> <td class="xl65" style="width: 41pt;" width="55">server14</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">IIS</td> <td class="xl65" style="width: 46pt;" width="61">server07</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 41pt;" width="55">server07</td> </tr> </tbody></table>
------------------------- DATA:
<table x:str="" style="border-collapse: collapse; width: 264pt;" u1:str="" border="0" cellpadding="0" cellspacing="0" width="351"><col style="width: 114pt;" width="152"> <col style="width: 46pt;" width="61"> <col style="width: 48pt;" width="64"> <col style="width: 56pt;" width="74"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">ITE</td> <td class="xl65" style="width: 46pt;" width="61">FULL QA server List</td> <td class="xl65" style="width: 48pt;" width="64">App Group</td> <td class="xl65" style="width: 56pt;" width="74">Application</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">1</td> <td class="xl65" style="width: 46pt;" width="61">server01</td> <td class="xl65" style="width: 48pt;" width="64">HR</td> <td class="xl65" style="width: 56pt;" u1:str="IIS " width="74">IIS</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">1,2</td> <td class="xl65" style="width: 46pt;" width="61">server02</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">1</td> <td class="xl65" style="width: 46pt;" width="61">server03</td> <td class="xl65" style="width: 48pt;" width="64">HR</td> <td class="xl65" style="width: 56pt;" width="74">Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">3,4</td> <td class="xl65" style="width: 46pt;" width="61">server04</td> <td class="xl65" style="width: 48pt;" width="64">Finance</td> <td class="xl65" style="width: 56pt;" u1:str="IIS " width="74">IIS</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">1</td> <td class="xl65" style="width: 46pt;" width="61">server05</td> <td class="xl65" style="width: 48pt;" width="64">Finance</td> <td class="xl65" style="width: 56pt;" width="74">Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">1</td> <td class="xl65" style="width: 46pt;" width="61">server06</td> <td class="xl65" style="width: 48pt;" width="64">Finance</td> <td class="xl65" style="width: 56pt;" u1:str="IIS " width="74">IIS</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">1,4</td> <td class="xl65" style="width: 46pt;" width="61">server07</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 56pt;" u1:str="IIS " width="74">IIS</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">3</td> <td class="xl65" style="width: 46pt;" width="61">server08</td> <td class="xl65" style="width: 48pt;" width="64">Finance</td> <td class="xl65" style="width: 56pt;" width="74">Java EJB</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">3</td> <td class="xl65" style="width: 46pt;" width="61">server09</td> <td class="xl65" style="width: 48pt;" width="64">Finance</td> <td class="xl65" style="width: 56pt;" width="74">Webservice</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">2</td> <td class="xl65" style="width: 46pt;" width="61">server10</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Java EJB</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">2</td> <td class="xl65" style="width: 46pt;" width="61">server11</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Webservice</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">3,4</td> <td class="xl65" style="width: 46pt;" width="61">server12</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Java EJB</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">3,4</td> <td class="xl65" style="width: 46pt;" width="61">server13</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">3,4</td> <td class="xl65" style="width: 46pt;" width="61">server14</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Webservice</td> </tr> </tbody></table>
 
Upvote 0
Updated:
(Previously, Track was not listed)

------------------------- DATA:
<table x:str="" style="border-collapse: collapse; width: 264pt;" u1:str="" border="0" cellpadding="0" cellspacing="0" width="351"><col style="width: 114pt;" width="152"> <col style="width: 46pt;" width="61"> <col style="width: 48pt;" width="64"> <col style="width: 56pt;" width="74"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">Track
</td> <td class="xl65" style="width: 46pt;" width="61">FULL QA server List</td> <td class="xl65" style="width: 48pt;" width="64">App Group</td> <td class="xl65" style="width: 56pt;" width="74">Application</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">1</td> <td class="xl65" style="width: 46pt;" width="61">server01</td> <td class="xl65" style="width: 48pt;" width="64">HR</td> <td class="xl65" style="width: 56pt;" u1:str="IIS " width="74">IIS</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">1,2</td> <td class="xl65" style="width: 46pt;" width="61">server02</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">1</td> <td class="xl65" style="width: 46pt;" width="61">server03</td> <td class="xl65" style="width: 48pt;" width="64">HR</td> <td class="xl65" style="width: 56pt;" width="74">Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">3,4</td> <td class="xl65" style="width: 46pt;" width="61">server04</td> <td class="xl65" style="width: 48pt;" width="64">Finance</td> <td class="xl65" style="width: 56pt;" u1:str="IIS " width="74">IIS</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">1</td> <td class="xl65" style="width: 46pt;" width="61">server05</td> <td class="xl65" style="width: 48pt;" width="64">Finance</td> <td class="xl65" style="width: 56pt;" width="74">Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">1</td> <td class="xl65" style="width: 46pt;" width="61">server06</td> <td class="xl65" style="width: 48pt;" width="64">Finance</td> <td class="xl65" style="width: 56pt;" u1:str="IIS " width="74">IIS</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">1,4</td> <td class="xl65" style="width: 46pt;" width="61">server07</td> <td class="xl65" style="width: 48pt;" width="64">
</td> <td class="xl65" style="width: 56pt;" u1:str="IIS " width="74">IIS</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">3</td> <td class="xl65" style="width: 46pt;" width="61">server08</td> <td class="xl65" style="width: 48pt;" width="64">Finance</td> <td class="xl65" style="width: 56pt;" width="74">Java EJB</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">3</td> <td class="xl65" style="width: 46pt;" width="61">server09</td> <td class="xl65" style="width: 48pt;" width="64">Finance</td> <td class="xl65" style="width: 56pt;" width="74">Webservice</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">2</td> <td class="xl65" style="width: 46pt;" width="61">server10</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Java EJB</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 114pt;" u1:num="" height="17" width="152">2</td> <td class="xl65" style="width: 46pt;" width="61">server11</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Webservice</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">3,4</td> <td class="xl65" style="width: 46pt;" width="61">server12</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Java EJB</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">3,4</td> <td class="xl65" style="width: 46pt;" width="61">server13</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Middleware</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; width: 114pt;" height="17" width="152">3,4</td> <td class="xl65" style="width: 46pt;" width="61">server14</td> <td class="xl65" style="width: 48pt;" width="64">Medical</td> <td class="xl65" style="width: 56pt;" width="74">Webservice</td></tr></tbody></table>
 
Upvote 0

Forum statistics

Threads
1,214,972
Messages
6,122,530
Members
449,088
Latest member
RandomExceller01

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