Results 1 to 4 of 4

Nested IF returning FALSE value help

Threaded View

  1. #1
    Registered User
    Join Date
    06-04-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    7

    Nested IF returning FALSE value help

    Hello, I have nested if formula that if I change qty of my cell N2 it returns a FALSE value. I have attached sample to illustrate it better. If I put the qty in cell N2 to 584 The formula calculates just fine, however anything after that is false. I cannot figure out why. I know that J2+K2+l2 equal 584, but even though there is no numbers in the other cells it should not return false but the same number as if the qty was 584. The formula that I am talking about is in cell O2.


    Here is the formula in O2
    =IF(N2<=L2,L3,IF(N2<=L2+K2,SUM(((L2*L3)+((N2-L2)*K3))/N2),IF(N2<=L2+K2+J2,SUM(((L2*L3)+(K2*K3)+((N2-J2)*J3)/N2),IF(N2<=L2+K2+J2+I2,SUM(((L2*L3)+(K2*K3)+(J2*J3)+((N2-I2)*I3)/N2)),IF(N2<=L2+K2+J2+I2+H2,SUM(((L2*L3)+(K2*K3)+(J2*J3)+(I2*I3)+((N2-H2)*H3)/N2)),IF(N2<=L2+K2+J2+I2+H2+G2,SUM(((L2*L3)+(K2*K3)+(J2*J3)+(I2*I3)+(H2*H3)+((N2-G2)*G3)/N2)),IF(N2<=L2+K2+J2+I2+H2+G2+F2,SUM(((L2*L3)+(K2*K3)+(J2*J3)+(I2*I3)+(H2*H3)+(G2*G3)+((N2-F2)*F3)/N2)),IFERROR(SUMPRODUCT(C3:L3,C2:L2)/SUM(C2:L2),"")))))))))
    Attached Files Attached Files
    Last edited by crash884; 08-13-2013 at 01:47 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IsMissing Returning False
    By Pauleyb in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-09-2012, 09:44 AM
  2. Why is this returning FALSE?
    By RefillMyInk in forum Excel General
    Replies: 7
    Last Post: 12-29-2010, 03:47 PM
  3. Replies: 5
    Last Post: 06-15-2010, 10:51 AM
  4. Why is UDF always returning False?
    By ChemistB in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-19-2009, 12:09 PM
  5. condition not returning False
    By okl in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-30-2008, 08:08 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