My experience in Macros/VBA is pretty limited but I am slowly trying to get my head around it.
I need some help finding a solution or code to help automate a part of a spread sheet which I will try and explain and hopefully someone can explain it to me.
I have a excel workbook with two sheets. i'LL just refer to them sheet one and two.
On Sheet one the headings for the cells start on A7 and move right the way across to AV7, with data in the rows underneath them. In any given month their could be loads of data or a small amount so it's always varying.
What i am looking to do is have excel move certain data across to sheet two if a certain value is entered.
So on sheet one, if 'Yes' is selected in any of the rows below M7 id' like it to move it to sheet two and remove it from sheet one and for this to happen to all the records which have 'Yes' entered into them.
When moving from sheet one to two however, i only want the certain information to move across and not the whole row.
The information to be moved is everything from C:E, I, AD:AL but not the headers just any of the data underneath with 'Yes' in column M
Hope this makes sense and i've explained it well enough. Thanks in advance for your help.
I need some help finding a solution or code to help automate a part of a spread sheet which I will try and explain and hopefully someone can explain it to me.
I have a excel workbook with two sheets. i'LL just refer to them sheet one and two.
On Sheet one the headings for the cells start on A7 and move right the way across to AV7, with data in the rows underneath them. In any given month their could be loads of data or a small amount so it's always varying.
What i am looking to do is have excel move certain data across to sheet two if a certain value is entered.
So on sheet one, if 'Yes' is selected in any of the rows below M7 id' like it to move it to sheet two and remove it from sheet one and for this to happen to all the records which have 'Yes' entered into them.
When moving from sheet one to two however, i only want the certain information to move across and not the whole row.
The information to be moved is everything from C:E, I, AD:AL but not the headers just any of the data underneath with 'Yes' in column M
Hope this makes sense and i've explained it well enough. Thanks in advance for your help.