+ Reply to Thread
Results 1 to 7 of 7

Need Help Fixing A Nested Formula

  1. #1
    Forum Contributor
    Join Date
    10-05-2010
    Location
    CA
    MS-Off Ver
    Excel 365
    Posts
    539

    Need Help Fixing A Nested Formula

    I need help reformulating this nesting formula.

    I want the portion of the formula to be where IF I6=1 and C7, D7, E7 are greater than F7 then the result is true then it equals (1) if false it equals (-1).

    I want the portion of the formula to be where IF I6=-1 and C7, D7, E7 are less than F7 then the result is true then it equals (-1) if false it equals (1).

    I think I may be missing a parentheses somewhere.

    Please Login or Register  to view this content.

    Please see the attached worksheet for more information. The yellow highlighted areas in column [I] are where result is wrong.


    Thanking you in advance for any and all help.
    Attached Files Attached Files
    Last edited by artiststevens; 12-27-2013 at 05:16 AM.

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Need Help Fixing A Nested Formula

    Sorry wrong answer...
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Need Help Fixing A Nested Formula

    Like this Stevens?

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Need Help Fixing A Nested Formula

    I was wright with my answer
    =IF(I6=1,IF(AND(C7>F7,D7>F7,E7>F7),1,-1),IF(I6=-1,IF(AND(C7<F7,D7<F7,E7<F7),-1,1)))
    Some of you expected result are wrong
    Let say row 10 can not be -1 when I9 is -1 as F10 is greater than D10 adn E10

  5. #5
    Forum Contributor
    Join Date
    10-05-2010
    Location
    CA
    MS-Off Ver
    Excel 365
    Posts
    539

    Re: Need Help Fixing A Nested Formula

    Thank you both for the help I really appreciate it. I made some errors on my end that I see now. I'm going to correct them and attach another file.

  6. #6
    Forum Contributor
    Join Date
    10-05-2010
    Location
    CA
    MS-Off Ver
    Excel 365
    Posts
    539

    Re: Need Help Fixing A Nested Formula

    There's a lot I need to correct but thank you for the help you provided.

  7. #7
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Need Help Fixing A Nested Formula

    You are welcome and thanks for the feedback & rep*.

    Happy New Year!

+ 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. Fixing a Formula
    By Uvuriel03 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-21-2013, 08:43 AM
  2. Help Fixing IF/AND Formula
    By artiststevens in forum Excel General
    Replies: 22
    Last Post: 03-02-2012, 06:14 PM
  3. Fixing Part of a Formula
    By Daniel1234 in forum Excel General
    Replies: 2
    Last Post: 03-30-2010, 10:18 AM
  4. fixing a date formula
    By NYBoy in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 07-13-2008, 07:54 PM
  5. Fixing a formula
    By Boethius1 in forum Excel General
    Replies: 2
    Last Post: 01-18-2006, 07:38 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