I have a file with about 10 sheets, 6 of those are data input sheets with exactly the same format. Users are supposed to input data here.
Several columns in those sheets are calculated fields (with formula). Specifically columns D, H, M, N and W. When users are inputting new row of data, they're supposed to simply copy the formula down. However they usually forget to do this. Furthermore, sometimes formula is deleted and overwritten be a value.
I chose not to protect the column because if I do then the users will not be able to delete rows, etc. I also did not choose to copy the formula down to 65536th row to avoid increasing the file size.
I believe the right solution would be that when the users saves, a set of code should run to copy the formula in all those calculated field and extend them down to the last row. Last row here is the last row in column A.
Can somedody show me how this is done?
Thanks
Several columns in those sheets are calculated fields (with formula). Specifically columns D, H, M, N and W. When users are inputting new row of data, they're supposed to simply copy the formula down. However they usually forget to do this. Furthermore, sometimes formula is deleted and overwritten be a value.
I chose not to protect the column because if I do then the users will not be able to delete rows, etc. I also did not choose to copy the formula down to 65536th row to avoid increasing the file size.
I believe the right solution would be that when the users saves, a set of code should run to copy the formula in all those calculated field and extend them down to the last row. Last row here is the last row in column A.
Can somedody show me how this is done?
Thanks