+ Reply to Thread
Results 1 to 9 of 9

Excel 2007 : multiple cell value

  1. #1
    Registered User
    Join Date
    06-22-2012
    Location
    oKLAHOMA cITY
    MS-Off Ver
    Excel 2007
    Posts
    5

    Angry multiple cell value

    Im trying to create a value within a cell based on the collective values of 3 other cells. Excel 2007.

    Example: If C3 = 1 and A2 = New and E3 = RCA then F3 would = $37.50

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: multiple cell value

    Welcome to the forum.

    Based strictly on what you've given us: =IF(AND(C3=1,A2="New",E3="RCA"),37.5,"") and format as currency

  3. #3
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: multiple cell value

    HI Chaosad33,

    Welcome to the forum.

    You can use And function with IF function :-
    In cell F3:-
    = if (and(c3=1,a2="new",e3="rca"),37.50,"")

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com

  4. #4
    Registered User
    Join Date
    06-22-2012
    Location
    oKLAHOMA cITY
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: multiple cell value

    That works great thank you Cutter.

  5. #5
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: multiple cell value

    You're welcome. Please remember to mark your thread as SOLVED (click Forum Rules @ top of page - see rule #9 for instructions).

  6. #6
    Registered User
    Join Date
    06-22-2012
    Location
    oKLAHOMA cITY
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: multiple cell value

    ok so there is more......the first formula works good but in addition to it if call E3 = kenwood the F3 is 75.00

  7. #7
    Registered User
    Join Date
    06-22-2012
    Location
    oKLAHOMA cITY
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: multiple cell value

    ok so there is more......the first formula works good but in addition to it if call E3 = kenwood the F3 is 75.00

  8. #8
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: multiple cell value

    Are you sure there won't be others?

    =IF(AND(C3=1,A2="New"),IF(E3="RCA",37.5,IF(E3="Kenwood",75,"")),"")

  9. #9
    Registered User
    Join Date
    06-22-2012
    Location
    oKLAHOMA cITY
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: multiple cell value

    I figured if i seen the general fomula then I could figure out the rest. But here is a further example.

    C1 has 3 possible values (1, 2 & 3) this represents the pay level of the installer
    A2 has 3 possible values (New, Used & Service) this represents the job type
    E3 has 3 possible values (RCA, Kenwood, Samsung) this is the product

    With all these options there is a possible 18 differend outcomes so here is 3.

    if C1 is 1 and A2 is New and E3 is RCA then F3 should be 37.50
    if C1 is 1 and A2 is used and E3 is RCA then F3 should be 17.50
    if C1 is 1 and A2 is Service and E3 is RCA then F3 should be 12.00

    How do I write this as one?

+ 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