This is my first post, so apologies if I miss anything out!
I have a selection of data in a Worksheet and I am currently using a find and replace array to correct some data before it get put into a Pivot Table.
The problem I am stumped with is that the source cell (Column D) can contain a different set of characters which represent or show the storage space used up on a Server.
It looks like this
[TABLE="class: grid, width: 250"]
<tbody>[TR]
[TD]Column C[/TD]
[TD]Column D[/TD]
[/TR]
[TR]
[TD]Disk Free Space[/TD]
[TD]45.14 TB[/TD]
[/TR]
[TR]
[TD]Backups[/TD]
[TD]23.34 GB[/TD]
[/TR]
[TR]
[TD]Email Storage Used[/TD]
[TD]10.23 GB[/TD]
[/TR]
</tbody>[/TABLE]
As you can see, Column D can show either GB or TB at the end of the number.
What I'd like to to is do a Find and replace, or maybe a find, replace and amend so to speak.
I'd like to be able to remove the GB & TB from column D and add the relevant one to the end of the text in Column C. It's not always the same, sometimes 'Backups' could have TB or 'Email Storage Used' could be TB also.
I'm sure it's a simple thing to do, but I can't quite piece together what code is needed!
Many thanks and I hope this makes sense.
Phil
I have a selection of data in a Worksheet and I am currently using a find and replace array to correct some data before it get put into a Pivot Table.
The problem I am stumped with is that the source cell (Column D) can contain a different set of characters which represent or show the storage space used up on a Server.
It looks like this
[TABLE="class: grid, width: 250"]
<tbody>[TR]
[TD]Column C[/TD]
[TD]Column D[/TD]
[/TR]
[TR]
[TD]Disk Free Space[/TD]
[TD]45.14 TB[/TD]
[/TR]
[TR]
[TD]Backups[/TD]
[TD]23.34 GB[/TD]
[/TR]
[TR]
[TD]Email Storage Used[/TD]
[TD]10.23 GB[/TD]
[/TR]
</tbody>[/TABLE]
As you can see, Column D can show either GB or TB at the end of the number.
What I'd like to to is do a Find and replace, or maybe a find, replace and amend so to speak.
I'd like to be able to remove the GB & TB from column D and add the relevant one to the end of the text in Column C. It's not always the same, sometimes 'Backups' could have TB or 'Email Storage Used' could be TB also.
I'm sure it's a simple thing to do, but I can't quite piece together what code is needed!
Many thanks and I hope this makes sense.
Phil