+ Reply to Thread
Results 1 to 4 of 4

Multiple IF functions

  1. #1
    Forum Contributor
    Join Date
    12-13-2009
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2007
    Posts
    149

    Multiple IF functions

    I need to have the following statement return my square footage two ways...total square footage and total square footage divided by two.
    My formula will return correctly if i choose the DH890_1 but it will not give me the half amount if I choose the SL870_1?
    Any ideas?

    =IF(C7={"DH890_1","SL870_1"},(E7*F7/144)/2,(E7*F7)/144)

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,483

    Re: Multiple IF functions

    SL870_1 does not require half the amount only DH890_1 requires half

    if E7 = DH890_1 then (E7*F7/144)/2 if it does not then (E7*F7)/144

  3. #3
    Forum Contributor
    Join Date
    12-13-2009
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2007
    Posts
    149

    Re: Multiple IF functions

    I need both to return the half amount if chosen as well as some others not yet added to the formula.
    Thanks
    Southwest Granite & Glass
    Quality, It's what we do
    http://www.swgg.ca

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,483

    Re: Multiple IF functions

    Is an if function required then?

    You started with an incomplete question......

+ 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