Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Nov 26, 3:28*pm, Wally wrote:
With Worksheets("Orders") * * LastRow = .Cells(Rows.Count, "J").End(xlUp).Row * * End With * * Range("J2").Select * * Selection.End(xlDown).Select * * ActiveCell.Offset(1, 0).Activate * * ActiveCell.Formula = "=Sum(J2:J" & LastRow&")" How would I write the Formula for this cell? TIA Gerry Ok, I got that one figured out. I forgot to set Dim LastRow as String |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set up a formula to count only unique items in a column? | Excel Worksheet Functions | |||
formula to do a count for info in another column | Excel Discussion (Misc queries) | |||
Using 'The count of' column in a pivot table formula | Excel Discussion (Misc queries) | |||
How can i set up a formula to count option buttons in a column | Excel Programming | |||
What formula do I use to count if value in other column? | Excel Worksheet Functions |