Hello everyone, I am not new to VBA coding but I simply don't do it enough to stay good at it. A little background I have a Spreadsheet with 1,435 lines first 5 Columns basic user information next 12 columns are the hours recorded for this person for the Month. EX: ( Jan-19 = 160) which would be 160 hours for the month. I would like to have the option to Chose how many months used for the condition. but the Default should be 4. Assuming the combined Value is greater than 0 copy the entire row different worksheet ("Steady-State"). Could anyone assist?
Based on the Default request of the last 4 columns combined being greater than Zero. Only Jane Doe's entire Row would be copied to the Steady-State Sheet.
Thanks for the help
Name | Jan -2019 | Feb-2019 | Mar-2019 | Apr-2019 | May-2019 | Jun-2019 | Jul-2019 | Aug-2019 |
John Doe | 160 | 80 | 184 | 169 | 0 | 0 | 0 | 0 |
Jane Doe | 185 | 176 | 171 | 184 | 184 | 160 | 170 | 144 |
Thanks for the help
Last edited by a moderator: