+ Reply to Thread
Results 1 to 6 of 6

IF function HELP

Hybrid View

afzalzada IF function HELP 04-13-2017, 09:57 AM
Tony Valko Re: IF function HELP 04-13-2017, 09:59 AM
afzalzada Re: IF function HELP 04-13-2017, 10:08 AM
PFDave Re: IF function HELP 04-13-2017, 10:03 AM
afzalzada Re: IF function HELP 04-13-2017, 10:08 AM
PFDave Re: IF function HELP 04-13-2017, 10:09 AM
  1. #1
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: IF function HELP

    Formula: copy to clipboard
    =IF(AND(OR(A2="GOV",A2="Emb",A2="MNC"),OR(B2="waived",B2="partially waived",B2="fully paid")),"LOW","HIGH")


    Or if you want to check for blank cells

    Formula: copy to clipboard
    =IF(A2="","",IF(AND(OR(A2="GOV",A2="Emb",A2="MNC"),OR(B2="waived",B2="partially waived",B2="fully paid")),"LOW","HIGH"))

  2. #2
    Registered User
    Join Date
    05-20-2014
    Posts
    20

    Re: IF function HELP

    Quote Originally Posted by PFDave View Post
    Formula: copy to clipboard
    =IF(AND(OR(A2="GOV",A2="Emb",A2="MNC"),OR(B2="waived",B2="partially waived",B2="fully paid")),"LOW","HIGH")


    Or if you want to check for blank cells

    Formula: copy to clipboard
    =IF(A2="","",IF(AND(OR(A2="GOV",A2="Emb",A2="MNC"),OR(B2="waived",B2="partially waived",B2="fully paid")),"LOW","HIGH"))
    thanks for the support, it solved my problem

+ 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] Usage of standard functions into custom function (or user defined function)
    By tusharb in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-13-2016, 12:43 AM
  2. Calling function inside function. (aka nested function)
    By jakopak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2015, 05:58 AM
  3. Replies: 1
    Last Post: 06-10-2015, 12:56 PM
  4. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  5. Replies: 2
    Last Post: 01-15-2014, 11:40 PM
  6. [SOLVED] Using Offset function as the array in the PercentRank function is giving wrong result
    By Bobneil in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-06-2013, 09:29 PM
  7. Replies: 1
    Last Post: 03-21-2012, 11:22 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