Hello, I'm new to the board and it would seem Excel by looking at the advanced nature of most of the post regarding my issue. So, please bear with me while I play catch up.
I'm having issues with a macro that i've recorded in my personal workbook that I intend on using on variable lenths of datasheets (~rows of data) with the same number of columns. In the macro, I type an If statement, copy/drag it to fill 9 columns to the right (copy of AF to fill AG:AO) then I double click the auto fill tool on the lower right hand of the cell to copy to the end of the sheet. When i run this on a sheet with a differing number of rows of data, it returns unwanted results for what i do next with the spreadsheet.
I am uncertain of how to post the code like I've seen in other posts, and I understand this topic has been breached in another thread, however it is locked. If you could please help me out with this I'd greatly appreciate it. Don't feel as if you'll be condecending if you dumb this down to a 4 yr old's level. I'm quite fresh at this stuff.
Notes from other posts in the previous thread that may help:
1) All columns have identicle numbers of rows
2) the if statement is: =IF(AE2-"0","0",(IF(AE2="1","0",(IF(AE2="2","2",(IF(AE2="3","2","Error")))))))
Regards - aziska
I'm having issues with a macro that i've recorded in my personal workbook that I intend on using on variable lenths of datasheets (~rows of data) with the same number of columns. In the macro, I type an If statement, copy/drag it to fill 9 columns to the right (copy of AF to fill AG:AO) then I double click the auto fill tool on the lower right hand of the cell to copy to the end of the sheet. When i run this on a sheet with a differing number of rows of data, it returns unwanted results for what i do next with the spreadsheet.
I am uncertain of how to post the code like I've seen in other posts, and I understand this topic has been breached in another thread, however it is locked. If you could please help me out with this I'd greatly appreciate it. Don't feel as if you'll be condecending if you dumb this down to a 4 yr old's level. I'm quite fresh at this stuff.
Notes from other posts in the previous thread that may help:
1) All columns have identicle numbers of rows
2) the if statement is: =IF(AE2-"0","0",(IF(AE2="1","0",(IF(AE2="2","2",(IF(AE2="3","2","Error")))))))
Regards - aziska