Hi All,
I am working on a dynamic spreadsheet sucking information from our company CRM platform (Microsoft Dynamics).
Column B details facility number, which ranges between 2 - 4 numbers, however there may be 2 facilities to the same client (and row) as illustrated below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]10/09/2008[/TD]
[TD]52[/TD]
[TD]ABC Ltd[/TD]
[TD]Mike Ellis[/TD]
[TD]750,000[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]1052 1053 1054[/TD]
[TD]BCD Ltd[/TD]
[TD]Andrew Briggs[/TD]
[TD]500,000[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]2015 2017[/TD]
[TD]CDE Ltd[/TD]
[TD]Kiera Fryar[/TD]
[TD]1,500,000[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]12/09/2008[/TD]
[TD]2016[/TD]
[TD]DEF Ltd[/TD]
[TD]Sally Taylor[/TD]
[TD]10,000,000[/TD]
[TD]2,500[/TD]
[/TR]
[TR]
[TD]12/09/2008[/TD]
[TD]1569[/TD]
[TD]EFG Ltd[/TD]
[TD]Bruce Hort[/TD]
[TD]750,000[/TD]
[TD]250[/TD]
[/TR]
[TR]
[TD]14/09/2008[/TD]
[TD]1571[/TD]
[TD]FGH Ltd[/TD]
[TD]Paul Rossiter[/TD]
[TD]150,000[/TD]
[TD]150[/TD]
[/TR]
</tbody>[/TABLE]
I need the table to look as follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]10/09/2008[/TD]
[TD]52[/TD]
[TD]ABC Ltd[/TD]
[TD]Mike Ellis[/TD]
[TD]750,000[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]1052[/TD]
[TD]BCD Ltd[/TD]
[TD]Andrew Briggs[/TD]
[TD]500,000[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]1053[/TD]
[TD]BCD Ltd[/TD]
[TD]Andrew Briggs[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]1054[/TD]
[TD]BCD Ltd[/TD]
[TD]Andrew Briggs[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]2015[/TD]
[TD]CDE Ltd[/TD]
[TD]Kiera Fryar[/TD]
[TD]1,500,000[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]2017[/TD]
[TD]CDE Ltd[/TD]
[TD]Kiera Fryar[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12/09/2008[/TD]
[TD]2010[/TD]
[TD]DEF Ltd[/TD]
[TD]Sally Taylor[/TD]
[TD]10,000,000[/TD]
[TD]2,500[/TD]
[/TR]
[TR]
[TD]12/09/2008[/TD]
[TD]1569[/TD]
[TD]EFG Ltd[/TD]
[TD]Bruce Hort[/TD]
[TD]750,000[/TD]
[TD]250[/TD]
[/TR]
[TR]
[TD]14/09/2008[/TD]
[TD]1571[/TD]
[TD]FGH Ltd[/TD]
[TD]Paul Rossiter[/TD]
[TD]150,000[/TD]
[TD]150[/TD]
[/TR]
</tbody>[/TABLE]
Given that this is a dynamic table with information refreshing each time we open the spreadsheet your help would be appreciated in the automated steps either in basic VBA (very small amount of experience building macros) or in formulas.
For info , there is a very large amount of data in the real spreadsheet so automation really is the key here.
I have considered work arounds with new tabs and copied data and this would be fine providing it gave me the solution required.
Many Thanks!
I am working on a dynamic spreadsheet sucking information from our company CRM platform (Microsoft Dynamics).
Column B details facility number, which ranges between 2 - 4 numbers, however there may be 2 facilities to the same client (and row) as illustrated below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]10/09/2008[/TD]
[TD]52[/TD]
[TD]ABC Ltd[/TD]
[TD]Mike Ellis[/TD]
[TD]750,000[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]1052 1053 1054[/TD]
[TD]BCD Ltd[/TD]
[TD]Andrew Briggs[/TD]
[TD]500,000[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]2015 2017[/TD]
[TD]CDE Ltd[/TD]
[TD]Kiera Fryar[/TD]
[TD]1,500,000[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]12/09/2008[/TD]
[TD]2016[/TD]
[TD]DEF Ltd[/TD]
[TD]Sally Taylor[/TD]
[TD]10,000,000[/TD]
[TD]2,500[/TD]
[/TR]
[TR]
[TD]12/09/2008[/TD]
[TD]1569[/TD]
[TD]EFG Ltd[/TD]
[TD]Bruce Hort[/TD]
[TD]750,000[/TD]
[TD]250[/TD]
[/TR]
[TR]
[TD]14/09/2008[/TD]
[TD]1571[/TD]
[TD]FGH Ltd[/TD]
[TD]Paul Rossiter[/TD]
[TD]150,000[/TD]
[TD]150[/TD]
[/TR]
</tbody>[/TABLE]
I need the table to look as follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]10/09/2008[/TD]
[TD]52[/TD]
[TD]ABC Ltd[/TD]
[TD]Mike Ellis[/TD]
[TD]750,000[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]1052[/TD]
[TD]BCD Ltd[/TD]
[TD]Andrew Briggs[/TD]
[TD]500,000[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]1053[/TD]
[TD]BCD Ltd[/TD]
[TD]Andrew Briggs[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]1054[/TD]
[TD]BCD Ltd[/TD]
[TD]Andrew Briggs[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]2015[/TD]
[TD]CDE Ltd[/TD]
[TD]Kiera Fryar[/TD]
[TD]1,500,000[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]11/09/2008[/TD]
[TD]2017[/TD]
[TD]CDE Ltd[/TD]
[TD]Kiera Fryar[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12/09/2008[/TD]
[TD]2010[/TD]
[TD]DEF Ltd[/TD]
[TD]Sally Taylor[/TD]
[TD]10,000,000[/TD]
[TD]2,500[/TD]
[/TR]
[TR]
[TD]12/09/2008[/TD]
[TD]1569[/TD]
[TD]EFG Ltd[/TD]
[TD]Bruce Hort[/TD]
[TD]750,000[/TD]
[TD]250[/TD]
[/TR]
[TR]
[TD]14/09/2008[/TD]
[TD]1571[/TD]
[TD]FGH Ltd[/TD]
[TD]Paul Rossiter[/TD]
[TD]150,000[/TD]
[TD]150[/TD]
[/TR]
</tbody>[/TABLE]
Given that this is a dynamic table with information refreshing each time we open the spreadsheet your help would be appreciated in the automated steps either in basic VBA (very small amount of experience building macros) or in formulas.
For info , there is a very large amount of data in the real spreadsheet so automation really is the key here.
I have considered work arounds with new tabs and copied data and this would be fine providing it gave me the solution required.
Many Thanks!