+ Reply to Thread
Results 1 to 3 of 3

"FALSE" appearing on the formula

  1. #1
    Registered User
    Join Date
    09-12-2008
    Location
    Riversul
    MS-Off Ver
    2016
    Posts
    83

    Post "FALSE" appearing on the formula

    Hey there gentlemen, I've written a formula that it seems to be working "kinda" fine. The only problem is that I'm getting a "FALSE" statement instead of a "0" in return. Could someone please tell me what I'm doing wrong? Thanks,

    {=IF(ISERROR(IF(P7="MAINTENANCE","0",IF(B$22="YES",INDEX($C$48:$C$62,MATCH(K7&L7,$A$48:$A$62&$B$48:$B$62,0),IF(B$22="NO","0","0"))))),"-",IF(P7="MAINTENANCE",0,IF(B$22="YES",INDEX($C$48:$C$62,MATCH(K7&L7,$A$48:$A$62&$B$48:$B$62,0),IF(B$22="NO","0","0")))))}


    Zenarte

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: "FALSE" appearing on the formula

    Not sure what you want in place of FALSE so I used "".

    =IF(ISERROR(IF(P7="MAINTENANCE","0",IF(B$22="YES",INDEX($C$48:$C$62,MATCH(K7&L7,$A$48:$A$62&$B$48:$B$62,0),IF(B$22="NO","0","0"))))),"-",IF(P7="MAINTENANCE",0,IF(B$22="YES",INDEX($C$48:$C$62,MATCH(K7&L7,$A$48:$A$62&$B$48:$B$62,0),IF(B$22="NO","0","0")),"")))
    If posting code please use code tags, see here.

  3. #3
    Registered User
    Join Date
    09-12-2008
    Location
    Riversul
    MS-Off Ver
    2016
    Posts
    83

    Re: "FALSE" appearing on the formula

    Thanks for your attention and assistance, Norie! I've just updated the formula and now it's working just fine. Wish you a great weekend!

+ 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. Replies: 3
    Last Post: 02-04-2014, 03:36 PM
  2. Why is my Formula result = "True" rather than "False"
    By Mike Burns in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-05-2012, 10:14 AM
  3. IF/AND Formula Returning "FALSE" instead of "" (NULL)
    By sourbeer in forum Excel General
    Replies: 5
    Last Post: 03-22-2012, 11:23 AM
  4. Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)" not working
    By redders in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-31-2011, 03:52 PM
  5. Formula is returning "FALSE" instead of "" (blank)
    By wvpersephone13 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-27-2011, 04:31 PM
  6. Replies: 5
    Last Post: 10-12-2010, 06:46 AM
  7. Replies: 7
    Last Post: 05-13-2006, 05:02 PM
  8. [SOLVED] IF(VLOOKUP("MYDATA", MYNAME, 4) = 0, "TRUE", "FALSE")
    By Souris in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-17-2005, 01:05 AM

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