+ Reply to Thread
Results 1 to 3 of 3

Insert Formula Macro

Hybrid View

  1. #1
    Registered User
    Join Date
    07-20-2018
    Location
    Jackson, Wyoming
    MS-Off Ver
    Windows 10
    Posts
    2

    Insert Formula Macro

    Doing a project for work in which I am allocating hours of field employees to bill clients. I have a table which contains job code, employee name, job, rate, and number of hours in the columns. I made a pivot table, which of course added a new sheet. I am trying to make a Macro that inserts a sumif formula into a couple cells. There are 3 formulas. They should sum a column if the value has (formula 1) "building" (formula 2) "framing" (formula 3) "PM" (for property mangement). This is important because we can allocate the appropiate expenses to the appropriate company. As of now, when I hit the macro, nothing happens. I do not get an error notification, nor does a value appear.

    I can do it manually, and it doesn't take terribly long, but if I can get this macro to work, it will save quite a bit of time.

    (P.S. I am an intern, solving this will save the manager that hired me a bunch of time, which will be great news for me!)



    Capture.PNG

  2. #2
    Registered User
    Join Date
    07-20-2018
    Location
    Jackson, Wyoming
    MS-Off Ver
    Windows 10
    Posts
    2

    Re: Insert Formula Macro

    When I step through, it goes from the first line, Syb Enter_Formulas () to End Sub

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,243

    Re: Insert Formula Macro

    Sub Enter_Formula()
    
    Range("J4").Formula = "=SUMIF(A:A, "" * Building * "", F:F)"
    Range("K4").Formula = "=SUMIF(A:A, "" * Framing * "", F:F)"
    Range("L4").Formula = "=SUMIF(A:A, "" * PM * "", F:F)"
    
    End Sub
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Macro to insert a new row with formula
    By kartic in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-22-2012, 01:45 AM
  2. Looking for a formula or macro to insert row
    By Dial1 in forum Excel General
    Replies: 1
    Last Post: 10-29-2010, 03:45 PM
  3. Macro To Insert Formula
    By erock24 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-01-2007, 04:47 PM
  4. [SOLVED] Macro to insert formula
    By nobbyknownowt in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-28-2006, 02:45 PM
  5. macro to insert into a formula
    By Todd in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-08-2006, 01:00 PM
  6. HOW DO YOU INSERT A MACRO INTO A FORMULA
    By blopreste3180 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-21-2005, 04:45 PM
  7. [SOLVED] Insert macro into formula
    By Paul in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-12-2005, 04:06 PM

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