R
Ray via OfficeKB.com
Thanks for your help guys. This is what I am working with. The problem is:
Start With:
{=COUNT(IF(($C$11:$C$12862>0)*(C$11:C$12862>0),0))}
Step 1:
Make the formula in the row below the initial one increment the column
referenced in the first part of the formula (change $C$11:$C$12862 to $D$11:
$D$12862), but leave the reference in the second part the same. I can do
this by hand, but am looking for a way to program it to eliminate the manual
part. IE:
Drag it down one row to make the formula:
{=COUNT(IF(($D$11:$D$12862>0)*(C$11:C$12862>0),0))}
Step 2:
I understand this and I have it working in both regular Excel and with an
autofill command in VBA, but there might be a reason to increment this as
well to make Step 1 run more smoothly, I just don't know enough about it.
Drag that (From Step 1) to the right one column to make the formula:
{=COUNT(IF(($D$11:$D$12862>0)*(D$11
$12862>0),0))}
I want to find a way to automate the change in Step 1 either through marcos
autofill or through draging it down.
Thanks again folks!!!!!
Start With:
{=COUNT(IF(($C$11:$C$12862>0)*(C$11:C$12862>0),0))}
Step 1:
Make the formula in the row below the initial one increment the column
referenced in the first part of the formula (change $C$11:$C$12862 to $D$11:
$D$12862), but leave the reference in the second part the same. I can do
this by hand, but am looking for a way to program it to eliminate the manual
part. IE:
Drag it down one row to make the formula:
{=COUNT(IF(($D$11:$D$12862>0)*(C$11:C$12862>0),0))}
Step 2:
I understand this and I have it working in both regular Excel and with an
autofill command in VBA, but there might be a reason to increment this as
well to make Step 1 run more smoothly, I just don't know enough about it.
Drag that (From Step 1) to the right one column to make the formula:
{=COUNT(IF(($D$11:$D$12862>0)*(D$11

I want to find a way to automate the change in Step 1 either through marcos
autofill or through draging it down.
Thanks again folks!!!!!