+ Reply to Thread
Results 1 to 3 of 3

Extracting a figure from one cell base upon information from 2 other cells

  1. #1
    Registered User
    Join Date
    05-08-2013
    Location
    Norwich
    MS-Off Ver
    Excel 2010
    Posts
    53

    Extracting a figure from one cell base upon information from 2 other cells

    Hi

    I need a formula where I can look at information in 2 different cells and pick a figure from another cell linked to those 2 other cells.

    For example - Cell A1 will be text - "System 1", Cell B1 will have text "WC 24/02/14", Cell C1 will have a currency figure "£1000".

    How can I show cell C1 in another cell if cells A1 & B1 are matched to what I enter in the formula??

    Cheers

    Jon

  2. #2
    Forum Expert p24leclerc's Avatar
    Join Date
    07-05-2010
    Location
    Québec
    MS-Off Ver
    Excel 2021
    Posts
    2,081

    Re: Extracting a figure from one cell base upon information from 2 other cells

    suppose you have a table in columns A, B and C with some values in it as described in your thread.
    Now suppose you have in cell I2 a value naming a system and in J2 a value corresponding to a WC... thing.
    Now, in K2 this formula will bring in the proper corresponding value to those 2 inputs.
    Please Login or Register  to view this content.
    It will only work there are only numbers in column C range.

    the following formula will work will letters too:
    Please Login or Register  to view this content.
    Last edited by p24leclerc; 02-20-2014 at 09:25 PM.
    Pierre Leclerc
    _______________________________________________________

    If you like the help you got,
    Click on the STAR "Add reputation" icon at the bottom.

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Extracting a figure from one cell base upon information from 2 other cells

    Quote Originally Posted by p24leclerc View Post
    =SUMPRODUCT((A1:A13=I2)*(B1:B13=J2)*C1:C13)

    It will only work there are only numbers in column C range.
    If you use the comma separator syntax it will ignore text entries in the sum range:

    =SUMPRODUCT(--(A1:A13=I2),--(B1:B13=J2),C1:C13)

    Or, since they're using Excel 2010 they could use the SUMIFS function:

    =SUMIFS(C1:C13,A1:A13,I2,B1:B13,J2)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Extracting Information From Cells
    By sierracommerceco in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-15-2013, 01:32 AM
  2. Require a return of Complete or incomplete base on information in a cell
    By ROB40160 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-12-2012, 11:17 AM
  3. Extracting information from various cells into one cell
    By FTorres in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-05-2010, 02:49 PM
  4. Extracting information from a range of cells.
    By jgdovin in forum Excel General
    Replies: 3
    Last Post: 07-10-2007, 02:23 PM
  5. Extracting certain information from cells
    By RobMack in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-14-2006, 10: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