+ Reply to Thread
Results 1 to 4 of 4

Look UP Formula

  1. #1
    Forum Contributor
    Join Date
    12-14-2005
    Location
    US
    MS-Off Ver
    Excel 2019, Excel 365, Excel Mobile (Android)
    Posts
    195

    Look UP Formula

    In B5:B250 I have names of different people. In E5:E250 I have data. What I would like to be able to do, is in cell B2, type the name of a person then in cell C2 have a formula that searches through Col B, matches all rows with the name and then sums all the associated data in Col E, returning that value.

    Thanks forthe help.

  2. #2
    Bondi
    Guest

    Re: Look UP Formula

    Hi,

    Try using SUMIF() in cell C2

    =SUMIF(B5:B250,B2,E5:E250)

    Regards,
    Bondi


  3. #3
    Domenic
    Guest

    Re: Look UP Formula

    Try...

    =SUMIF(B5:B250,B2,E5:E250)

    Hope this helps!

    In article <[email protected]>,
    Frick <[email protected]> wrote:

    > In B5:B250 I have names of different people. In E5:E250 I have data.
    > What I would like to be able to do, is in cell B2, type the name of a
    > person then in cell C2 have a formula that searches through Col B,
    > matches all rows with the name and then sums all the associated data in
    > Col E, returning that value.
    >
    > Thanks forthe help.


  4. #4
    Forum Contributor
    Join Date
    12-14-2005
    Location
    US
    MS-Off Ver
    Excel 2019, Excel 365, Excel Mobile (Android)
    Posts
    195
    Thanks for the help. The formula worked fine.

+ Reply to Thread

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