Hello to all,
Before I begin I would like to say that I am not a scripter (Powershell or other). I am here because of a project deadline and require the help of a skilled Powershell programmer who is very comfortable with Excel functions. I am also willing to hire this person to provide a final script that will perform every task that I need it to.
I will provide you with as much detail as possible and if you should require any additional information please do not hesitate to ask.
We currently are running Excel 2007 and have one workbook with many sheets. There are seven worksheets within the workbook each containing a collection of data on virtual machines. In one such worksheet the data is about the specs of virtual machines and each row (about 600 rows) relates to a new virtual machine and each column is specific to such things as Hostname, Memory, CPU, Disks, Server Blade, etc..
What I would need is to populate (copy\paste) a new workbook with certain data from the original workbook using in new format. In other words in the new workbook create the titles such as "Hostname, Mem, CPU, etc" per row as opposed to one title per column. Now to break it down in detail from the beginning;
- Create a new workbook
- Create a new worksheet for each hostname that is in the same environment (i.e. All "Prod" servers)
- Name the new worksheet identically to the hostname (Converting it to uppercase)
- It that worksheet create the new format of titles (ENV, Hostname, CPU, etc) per row instead of per column.
- Copy data from a specific cell from the original worksheet to a new cell in a new column under the new hostname worksheet
- Possibly other little things
Anyone think they can help me achieve this?
Thank you for taking the time to read this post and possibly offer some assistance.