+ Reply to Thread
Results 1 to 4 of 4

Need sum function if project name is found in cell with alt enter used to list projects

  1. #1
    Forum Contributor
    Join Date
    10-11-2013
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    230

    Need sum function if project name is found in cell with alt enter used to list projects

    Timesheet.xlsx

    Columns AM thru AS show project names. Col B shows all of the projects that this resource worked on.
    I need a formula for cells AM12 thru AS14 that will calculate the costs if the project in row 7 is listed in col B.

    Thanks.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Need sum function if project name is found in cell with alt enter used to list project

    Try this...
    =IF(ISNUMBER(FIND(AM$7,$B11,1)),$AK11*$AL11,"")
    copied down and across

    (I kinda figured there was more to your other question )
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    10-11-2013
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    230

    Re: Need sum function if project name is found in cell with alt enter used to list project

    You guys are the best! Thank you soooooo much. This is a huge help.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Need sum function if project name is found in cell with alt enter used to list project

    Again, happy to help

+ 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. [SOLVED] Delete projects in project window
    By ammartino44 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-14-2015, 05:52 PM
  2. Can't remove VBA projects from project window
    By joyhampton in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-20-2013, 02:21 AM
  3. [SOLVED] Insert Blank Rows between sorted projects, Subtotal project to the right of final project.
    By ZAC7 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-07-2012, 04:08 AM
  4. ghost VBA Projects and VBA Project password window popup
    By vbaExcel2_6 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-29-2009, 02:33 AM
  5. Old Projects in Project Window
    By kwiklearner in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-10-2006, 01:40 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