Results 1 to 20 of 20

Subtotal formula problem

Threaded View

Hurricanefly Subtotal formula problem 05-15-2013, 04:20 PM
JosephP Re: Subtotal formula problem 05-15-2013, 04:27 PM
Hurricanefly Re: Subtotal formula problem 05-15-2013, 04:38 PM
oeldere Re: Subtotal formula problem 05-15-2013, 04:31 PM
Hurricanefly Re: Subtotal formula problem 05-15-2013, 04:37 PM
JosephP Re: Subtotal formula problem 05-15-2013, 04:38 PM
Hurricanefly Re: Subtotal formula problem 05-15-2013, 04:39 PM
Hurricanefly Re: Subtotal formula problem 05-15-2013, 04:40 PM
JosephP Re: Subtotal formula problem 05-15-2013, 04:47 PM
Hurricanefly Re: Subtotal formula problem 05-15-2013, 05:05 PM
JosephP Re: Subtotal formula problem 05-15-2013, 05:09 PM
Hurricanefly Re: Subtotal formula problem 05-15-2013, 05:17 PM
JosephP Re: Subtotal formula problem 05-15-2013, 05:22 PM
Hurricanefly Re: Subtotal formula problem 05-15-2013, 05:32 PM
JosephP Re: Subtotal formula problem 05-15-2013, 05:34 PM
Hurricanefly Re: Subtotal formula problem 05-15-2013, 05:35 PM
Hurricanefly Re: Subtotal formula problem 05-15-2013, 05:47 PM
Hurricanefly Re: Subtotal formula problem 05-15-2013, 05:50 PM
JosephP Re: Subtotal formula problem 05-15-2013, 05:53 PM
Hurricanefly Re: Subtotal formula problem 05-15-2013, 06:29 PM
  1. #1
    Forum Contributor
    Join Date
    05-09-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2013
    Posts
    259

    Subtotal formula problem

    Hi all, I'm having problems with the formula, I have attached a sample workboook, any ideas much appreciated. I have commented out the filter as it has been copied with the filter on, if you need to replace the filter the column to (subtota)l is (column E)

    Sub Filter_sum()
     
     
     
     Set W1 = Worksheets("Master")
     
     Set Lastrow = W1.Cells(Rows.Count, "E").End(xlUp).Offset(1, 0)
    
     
       
      ' Selection.AutoFilter
     
     'W1.Range("$A$1:$AC$355").AutoFilter Field:=20, Criteria1:="340"
    
    
    Lastrow.Select
      
         ActiveCell.FormulaR1C1 = "=SUBTOTAL(109,E2 & Lastrow-1)"
       
       End Sub
    Attached Files Attached Files
    Last edited by Hurricanefly; 05-15-2013 at 06:30 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1