Why isn't this SumIF formula working

pearl

New Member
Joined
Nov 3, 2010
Messages
14
Greetings,

Can someone explain why the code shown below working. When it is highlighted the correct forumula shows up.

which would be the following:

"sumif("b(x):b(y)","<>Exclude", "e(x):e(y)")"

"x" and "y" vary for each run.

With ActiveCell
Set prjct = Range(.Offset(-mycount + 1), .End(xlUp))

End With

ActiveCell.Offset(0, 3).Select


With ActiveCell
Set Rng = Range(.Offset(-mycount + 1), .End(xlUp))
.Formula = "=SUMIF(" & prjct.Address(RowAbsolute:=False, _
ColumnAbsolute:=False) & ") ,""<>Exclude""," & Rng.Address(RowAbsolute:=False, _
ColumnAbsolute:=False) & ")"
End With

Thanks
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

Forum statistics

Threads
1,224,600
Messages
6,179,834
Members
452,947
Latest member
Gerry_F

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