Hi!
I am wondering if it is possible to have excel copy an entire row to another worksheet if the sum in a cell is greater than a certain number.
Here is what I am doing. I have one sheet that lists every person's name that is participating in an event that is going on. On that sheet it will list the amounts of donations each person has been able to gather for the event. My column W has the total for each person on how much they have gotten in donations. I need excel to copy (not cut) that entire row to corresponding sheets such as if a person gets $100 then it will be moved to the sheet $1 - 200. If a person gets over $800 it will be moved to the $800+ sheet. So on and so forth.
I have found other VBA equations online that allows me to do this if the cell is a certain value, but it won't work with my sum equation and it doesn't do greater than statements either. I would appreciate any help and equations as my VBA skills are not advanced enough to understand everything.
mikohaven
I am wondering if it is possible to have excel copy an entire row to another worksheet if the sum in a cell is greater than a certain number.
Here is what I am doing. I have one sheet that lists every person's name that is participating in an event that is going on. On that sheet it will list the amounts of donations each person has been able to gather for the event. My column W has the total for each person on how much they have gotten in donations. I need excel to copy (not cut) that entire row to corresponding sheets such as if a person gets $100 then it will be moved to the sheet $1 - 200. If a person gets over $800 it will be moved to the $800+ sheet. So on and so forth.
I have found other VBA equations online that allows me to do this if the cell is a certain value, but it won't work with my sum equation and it doesn't do greater than statements either. I would appreciate any help and equations as my VBA skills are not advanced enough to understand everything.
mikohaven