+ Reply to Thread
Results 1 to 4 of 4

Guidance with adding cells that only fall into rows that contain certain information

  1. #1
    Registered User
    Join Date
    02-24-2015
    Location
    US
    MS-Off Ver
    Office 365
    Posts
    2

    Guidance with adding cells that only fall into rows that contain certain information

    Hello,

    I need a little guidance with adding cells that only fall into rows that contain certain information. I know that may sound a little confusing , so let me just jump straight to an example.

    In reference to the picture below, I’m looking to have Bob and Joe’s “amounts” automatically totaled in the box to the right hand side, without having to manually sort and select each person. Any help with achieving this is much appreciated! Thank you!

    Capture.JPG

  2. #2
    Forum Contributor
    Join Date
    12-11-2014
    Location
    dubai
    MS-Off Ver
    2010
    Posts
    142

    Re: Guidance with adding cells that only fall into rows that contain certain information

    Sumif(D:D,"Bob",C:C) in cell F3 and Sumif(D:D,"Joe",C:C)

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Guidance with adding cells that only fall into rows that contain certain information

    If you just put the names into F3 and F4, you can simplify anzafsa's formula and your effort with

    =SUMIF(D:D, F3, C:C) copied down
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    02-24-2015
    Location
    US
    MS-Off Ver
    Office 365
    Posts
    2

    Re: Guidance with adding cells that only fall into rows that contain certain information

    Thank you both for the helpful information!!! Rep to you both! I hope you both have a great weekend!

+ 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. Replies: 5
    Last Post: 11-04-2014, 02:48 AM
  2. [SOLVED] Counting how many rows fall on a certain date between two other dates in different cells
    By JessHasQuestions in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-29-2014, 10:18 AM
  3. Guidance/Help parsing information from a webpage
    By wallamic in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-15-2013, 02:53 PM
  4. [SOLVED] Macro for multiplying the # of rows 3 times and adding add. information in new column
    By Donata in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-13-2013, 01:07 AM
  5. Replies: 2
    Last Post: 01-29-2013, 01:25 AM
  6. Replies: 4
    Last Post: 04-22-2012, 07:55 AM
  7. Adding same information to many cells...
    By Zitaos in forum Excel General
    Replies: 2
    Last Post: 06-07-2006, 02:57 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