Hi all,
I'm really after ideas if anyone could be so kind as to point me in the right direction. This is proving to be rather complicated....at least for me.
I have a spreadsheet where I am pulling live info from our CRM (a bespoke SQL database) using GetData. This populates a table called 'tblJob' in a tab called 'tblJob'.
I then summarise and sort that data on a tab called 'Order Status'. The data in this tab is not a table, it is formula driven and reading from 'tblJob'.
Our production team need to be able to add comments against each job. 4 different departments will each need a field. So I have the job no in column B on 'Order Status' and I have currently also repeated this in column R, so that I can put comments adjacent to it in columns S-V.
The problem is that the comments aren't in any way linked to those job numbers, so when the sheet refreshes, they will not be against the correct job numbers. Also, when jobs are completed, they drop off the table and the comments should also disappear with them.
What clever ideas do you have for linking comments to a job no so that they will stay alongside if the number still exists or disappear if it doesn't?
I have tried a 'CommentStorage' tab and VBA but have been unable to get it to work. I have also tried adding it to a scripting dictionary. Is there an easier way or any suggestions on how I might get this to work?
I appreciate this is rather vague but I'm really open to ideas at this stage.
Many thanks.
I'm really after ideas if anyone could be so kind as to point me in the right direction. This is proving to be rather complicated....at least for me.
I have a spreadsheet where I am pulling live info from our CRM (a bespoke SQL database) using GetData. This populates a table called 'tblJob' in a tab called 'tblJob'.
I then summarise and sort that data on a tab called 'Order Status'. The data in this tab is not a table, it is formula driven and reading from 'tblJob'.
Our production team need to be able to add comments against each job. 4 different departments will each need a field. So I have the job no in column B on 'Order Status' and I have currently also repeated this in column R, so that I can put comments adjacent to it in columns S-V.
The problem is that the comments aren't in any way linked to those job numbers, so when the sheet refreshes, they will not be against the correct job numbers. Also, when jobs are completed, they drop off the table and the comments should also disappear with them.
What clever ideas do you have for linking comments to a job no so that they will stay alongside if the number still exists or disappear if it doesn't?
I have tried a 'CommentStorage' tab and VBA but have been unable to get it to work. I have also tried adding it to a scripting dictionary. Is there an easier way or any suggestions on how I might get this to work?
I appreciate this is rather vague but I'm really open to ideas at this stage.
Many thanks.