+ Reply to Thread
Results 1 to 4 of 4

use sumif to search a name that is in a table or a cell

  1. #1
    Registered User
    Join Date
    01-06-2020
    Location
    columbia fqalls mt
    MS-Off Ver
    16.0.113228.20492
    Posts
    2

    use sumif to search a name that is in a table or a cell

    here is my formula
    =SUMIF(A$65:A$151,"AWM",E$65:E$151)*24
    instead of having to type the name of the project in each formula in this case "AWM" I would like it to look up the job name from a list of cells

    in the work sheet I have a column with a list of job names that are extracted from another worksheet ='JOB CODES'!B3 this = the job name AWM
    I would like to be able to extract these name from that worksheet =SUMIF(A$65:A$151,"='JOB CODES'!B3",E$65:E$151)*24

    how can I do this

    =SUMIF(A$65:A$151,"AWM",E$65:E$151)*24
    =SUMIF(A$65:A$151,"496",E$65:E$151)*24
    =SUMIF(A$65:A$151,"goldilock",E$65:E$151)*24

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: use sumif to search a name that is in a table or a cell

    Hello kdsprocket. Welcome to the forum.

    You don't genearally need the = or "" when referencing the cell.

    This would be sufficient.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Should you need to apply this to numeric values in 'JOB CODES'!B3 you may require building a string like this:

    =SUMIF(A$65:A$151,">="&'JOB CODES'!B3,E$65:E$151)*24
    Dave

  3. #3
    Registered User
    Join Date
    01-06-2020
    Location
    columbia fqalls mt
    MS-Off Ver
    16.0.113228.20492
    Posts
    2

    Re: use sumif to search a name that is in a table or a cell

    thanks dave
    the formula that works
    is
    =SUMIF(C$65:C$151,"="&'JOB CODES'!D9,G$65:G$151)*24

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: use sumif to search a name that is in a table or a cell

    You are welcome. Glad to help. Thank you for the feedback.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. Search a word in a table and get value of a table cell in Web page through vba
    By naveenmarapaka in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 09-15-2019, 06:08 AM
  2. [SOLVED] Search cell for words in table and then return table header
    By leovfx in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 05-01-2017, 05:59 PM
  3. Replies: 4
    Last Post: 01-09-2015, 03:34 PM
  4. [SOLVED] Multiple Text Search Within Cell of Table
    By rarascon in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-11-2014, 07:40 AM
  5. [SOLVED] Search a cell in a table and assign a value in different cell/column
    By hydz1213 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-23-2013, 09:44 AM
  6. Search a cell value that contains a text in a table
    By mhuddles1981 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-15-2010, 04:54 PM
  7. search for a cell in a table?
    By JoeBed in forum Excel General
    Replies: 7
    Last Post: 04-29-2005, 05:42 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