Help with loop

alchauar

New Member
Joined
Feb 18, 2008
Messages
5
Hi I need help with a code:
I have a table with 11 columns and a variable number of rows. I need to start adding the values starting from the last row of fourth column (sum(range(lastrow:lastrrow)) and compare with a fixed cell. If the sum is larger, then select the entire table row (lastrow-1 to lastrow: 11 columns), if it is not, sum lastrow with lastrow - 1 and compare again. If the sum is larger, then select (lastrow-1 to lastrow: 11 columns), and then successively, until it finds a sum that is larger that fixed cell.
I am sure it is somethig easy but I can't get to it.
Thanks in advance
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,214,911
Messages
6,122,199
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top