+ Reply to Thread
Results 1 to 3 of 3

Multiple formula for single cells? Excel 2010

  1. #1
    Registered User
    Join Date
    02-18-2014
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Multiple formula for single cells? Excel 2010

    Hi all,

    I'd like to apply multiple formula to a set of cells on a summary page. My summary page also contains 3 variable dropdowns, and I'd like to display data based on the text selected in those dropdowns (pulling data from 2nd tab "Variables")

    The following formula works in the first instance:

    =IF(AND(H4="Product Type A1", H6="External", H8="Existing"), Variables!C4, 0)

    What I'm struggling to do is add additional formula to the same cell in order to deal with the remaining eventualities of the drop down variables:

    Variable 1:
    Product Type A1
    Product Type A2
    Product Type B1
    Product Type B2

    Variable 2:
    Internal
    External

    Variable 3:
    Existing
    New


    Or am I better using a VLOOKUP or something???!!

    Thanks,

    Bob

  2. #2
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    603

    Re: Multiple formula for single cells? Excel 2010

    Hi
    If the required Variable is text then
    =IFERROR(INDEX(Table2[Var4],MATCH(1,(Table2[Var1]=I1)*(Table2[Var2]=I2)*(Table2[Var3]=I3),0)),"") Ctrl+Shift+Enter

    But if the required variable is number then its easier
    =SUMIFS(Table2[Var5],Table2[Var1],I1,Table2[Var2],I2,Table2[Var3],I3)

    Simulated in excel file. Answers are in yellow cells
    Hope that is what you want
    Appreciate the help? CLICK *

  3. #3
    Registered User
    Join Date
    02-18-2014
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Multiple formula for single cells? Excel 2010

    Thanks for your help AZ, I actually decided to use a pivot table in the end, once I'd worked out how to condition my raw data this was the obvious choice.

    Cheers,

    Bob

+ 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. formula to combine multiple cells into single cell where reference is same
    By rexer231 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-12-2014, 11:44 AM
  2. How to apply a percentage formula across multiple cells/single worksheet
    By Hooliegirl in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-01-2013, 09:20 AM
  3. Replies: 0
    Last Post: 08-08-2012, 11:12 AM
  4. Apply a single formula on multiple cells
    By L.Weilong in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-14-2007, 10:52 PM
  5. [SOLVED] Pasting single cells from Word to multiple cells in Excel
    By ASBiss in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-15-2005, 08:06 AM

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