I would like to populate an excel sheet with the values that are there in another adjoining sheet (The excel file is the same). The issue here is the data in the adjoining sheet table is pivoted. So what I want is:
Sheet 1 (Columns): Server_Name, Oracle - Category backup etc
Sheet 2 (Columns): Server_Name, Monitors only and the monitors here have different values for each server.
Sample for Sheet 2:
[pre]
[/pre]
Sheet 1 (Columns): Server_Name, Oracle - Category backup etc
Sheet 2 (Columns): Server_Name, Monitors only and the monitors here have different values for each server.
Sample for Sheet 2:
[pre]
Code:
AQUA3 AQUA3 - AOL Jobs
RPC Service
SNMP
AQUA4 Oracle - Category backup
Oracle - DataPump backup
Oracle - DBA account created
Oracle - Keep Cache
Oracle - locked accounts
Oracle - RMAN backup
OracleDBConsoleORCL
AQUAMARINE3 RPC Service
SNMP
BASIL3 RPC Service
SNMP
BERYLLIUM1 Beryllium 1 - Eon Incremental
RPC Service
SNMP
BERYLLIUM2 Oracle - DBA account created
Oracle - Keep Cache
Oracle - locked accounts
OracleDBConsoleCBORCL
Now in sheet 1 I want to populate data as:
Server Name Oracle - Category backup Oracle - DataPump backup Oracle - DBA account created
aqua3 0 0 0
aqua4 1 1 1
aquamarine3 0 0 0
black Server Not Found Server Not Found Server Not Found
black1 Server Not Found Server Not Found Server Not Found
black2a Server Not Found Server Not Found Server Not Found
blackbox1 Server Not Found Server Not Found Server Not Found
blackbox4 Server Not Found Server Not Found Server Not Found
blackbox5 Server Not Found Server Not Found Server Not Found
blackbox6 0 0 1
blackbox7 Server Not Found Server Not Found Server Not Found
blackbox8 Server Not Found Server Not Found Server Not Found
beryllium2 0 0 1