Hi - I am new to VBA (I just started learning last week) and is hoping someone can provide some assistance.
I need to do the following:
1. Take the percentage in each row:
3. It needs to be dynamic so that if a user insert or delete rows, that will be accounted for.
Not sure if this is a beginner's project but so far, all I've been able to do is get the percentages for Total 1 to add up and display the sum in the cell below the last cell on the list (which is another requirement).
Please let me know if more information is needed.
Thank you
I need to do the following:
1. Take the percentage in each row:
- Multiply it by the Total number cell in the top left corner
- Round it to 0 decimal places
- Put the result in their respective row in the Value column.
3. It needs to be dynamic so that if a user insert or delete rows, that will be accounted for.
Not sure if this is a beginner's project but so far, all I've been able to do is get the percentages for Total 1 to add up and display the sum in the cell below the last cell on the list (which is another requirement).
Please let me know if more information is needed.
Thank you