+ Reply to Thread
Results 1 to 3 of 3

Resolve three logical conditions using an if formula...

  1. #1
    Registered User
    Join Date
    05-07-2013
    Location
    Tempe, AZ
    MS-Off Ver
    Excel 2007
    Posts
    4

    Exclamation Resolve three logical conditions using an if formula...

    I need some help combining the three simple if formulas into one formula to resolve the three conditions that I have exampled in the attached workbook. Essentially I am looking for 3 logical conditions to resolve three (minimum) separate values.
    M = a multiplier of 1000
    C = a multiplier of 100
    E = a multiplier of 1

    I want a single formula to resolve the unit of measure in order to factor the value using a named factor value on a separate page.

    HELP PLEASE!!!
    Attached Files Attached Files

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Resolve three logical conditions using an if formula...

    =IF(A2="E",B2*Material_Factor,IF(A2="M",(B2/1000)*Material_Factor,IF(A2="C",(B2/100)*Material_Factor,0)))
    and
    =IF(A2="E",D2*Material_Factor,IF(A2="M",(D2/1000)*Material_Factor,IF(A2="C",(D2/100)*Material_Factor,0)))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    05-07-2013
    Location
    Tempe, AZ
    MS-Off Ver
    Excel 2007
    Posts
    4

    Cool Re: Resolve three logical conditions using an if formula...

    That worked great!....
    Sorry for the slow response! THANKS for the HELP!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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