+ Reply to Thread
Results 1 to 9 of 9

Getting FALSE error in the Formula

  1. #1
    Registered User
    Join Date
    12-18-2015
    Location
    Coimbatore, Tamilnadu
    MS-Off Ver
    2013
    Posts
    38

    Getting FALSE error in the Formula

    Hello

    Iam using below formula.. i am getting FALSE error in the CELL

    =(IF($N5>0,IF(OR($AF5=$BL$5,$AF5=$BL$7),VLOOKUP($AG5,$BO$4:$BU$11,3,0)),IF(OR($AF5=$BL$6,$AF5=$BL$8),VLOOKUP($AG5,$BO$4:$BU$11,6,0),"")))

    Please Help..
    Last edited by jayeshk; 12-19-2015 at 03:31 AM.

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Getting FALSE error in the Formula

    @Jayesh can you upload your spreadsheet once?

  3. #3
    Registered User
    Join Date
    12-18-2015
    Location
    Coimbatore, Tamilnadu
    MS-Off Ver
    2013
    Posts
    38

    Re: Getting FALSE error in the Formula

    Shukla.. please find the attachment.. I removed unwanted and offical data so formula will differ than one i posted before.
    Attached Files Attached Files

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Getting FALSE error in the Formula

    What is your expected result and explain about the logic for level wise rates
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Getting FALSE error in the Formula

    Try
    AA3=IF(AND($E3>0,OR($Y3=$AV$4,$Y3=$AV$6)),VLOOKUP($Z3,$AY$3:$BF$10,COLUMNS($AY3:AZ3),0),IF(AND($E3>0,OR($Y3=$AV$5,$Y3=$AV$7)),VLOOKUP($Z3,$AY$3:$BF$10,COLUMNS($AY3:BC3),0),""))

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  6. #6
    Registered User
    Join Date
    12-18-2015
    Location
    Coimbatore, Tamilnadu
    MS-Off Ver
    2013
    Posts
    38

    Re: Getting FALSE error in the Formula

    Based on the Grand total grade is generated Automatically..

    once the Type is selected for Y column.Based on Type + Grade combination.. Level A,B,C and D Values should be filled from the Table on the right


    For Option 1 and 2 - Level D will be Blank Always

    For Option 1A and 2A - All Values will the there

    For Option 3 - Only Level D is enough...

    If the Total is Zero for Level repective Level - No need not show the value from the TABLE...


    Formula works for Level 1 and 1A ..when paste for other i am getting FALSE..

  7. #7
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Getting FALSE error in the Formula

    You can simplify your formula in Column Z as follows
    z3=IFERROR(LOOKUP(X3,{1,100,200,300,400,500,600,700},{"A","B","C","D","E","F","G","H"}),"NA")
    Please Login or Register  to view this content.

  8. #8
    Registered User
    Join Date
    12-18-2015
    Location
    Coimbatore, Tamilnadu
    MS-Off Ver
    2013
    Posts
    38

    Re: Getting FALSE error in the Formula

    shukla...

    Thanks a lot.. i just modified a little.. it works...

  9. #9
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Getting FALSE error in the Formula

    Glad to help you

    Please mark this thread as solved and you can also add reputation by clicking on star on the post.

+ 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. [SOLVED] False error message, when using if
    By JGuajardo in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-05-2015, 10:50 AM
  2. Refresh BackgroundQuery:=False Error
    By kwesmc1 in forum Excel General
    Replies: 0
    Last Post: 09-19-2015, 05:20 PM
  3. Refresh BackgroundQuery:=False Error
    By kwesmc1 in forum Excel General
    Replies: 2
    Last Post: 09-16-2015, 01:26 PM
  4. [SOLVED] FALSE error in Formula
    By jemmers in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-14-2015, 11:24 AM
  5. [SOLVED] Remove "FALSE" error message from this formula please?
    By CatSqueezer in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-10-2013, 03:39 PM
  6. [SOLVED] Getting #VALUE! error if formula returns false.
    By Jhail83 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-13-2013, 04:56 PM
  7. FALSE error message
    By pentatonic145 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-25-2007, 06:24 PM

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