+ Reply to Thread
Results 1 to 2 of 2

IF(AND Formula is return #VALUE!

  1. #1
    Forum Contributor
    Join Date
    02-24-2013
    Location
    Dubai, UAE
    MS-Off Ver
    Excel 2013
    Posts
    113

    IF(AND Formula is return #VALUE!

    Please can another genius help me formulas. I have a IF formula as I need to show if something is authorised or not. Cell K33 is the Amount which needs to be authorised and Cell D47 is the position of the person authorising. I am using IF to show if the position inserted have an authorisation to cover the amount.

    The formula I have used so far is

    =IF(AND(D47=G45,K33<K45+0.01),"Authorised","Not Authorised"),IF(AND(D47=G47,K33<K47+0.01),"Authorised","Not Authorised")

    The first calculation worked so I continued for the 2nd one, this is when I got the #VALUE! return.

    Thanks

    Katie

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: IF(AND Formula is return #VALUE!

    Try =IF(OR(AND(D47=G45,K33<K45+0.01),AND(D47=G47,K33<K47+0.01)),"Authorised","Not Authorised")

+ 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] Formula to always return cell below what a vlookup would return
    By KCHEXCEL in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-28-2013, 12:57 AM
  2. [SOLVED] IF statement to return 0 if 0 in cell if not return formula
    By CraigieL in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-15-2013, 09:46 AM
  3. Formula that will return a formula that is based on the value in a cell.
    By vlambert in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-29-2013, 02:13 PM
  4. Replies: 2
    Last Post: 04-23-2012, 05:01 PM
  5. Replies: 1
    Last Post: 06-30-2010, 04:36 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