+ Reply to Thread
Results 1 to 2 of 2

IF statements with nested AND

Hybrid View

  1. #1
    Registered User
    Join Date
    10-25-2010
    Location
    Cardiff, Wales
    MS-Off Ver
    Excel 2003
    Posts
    15

    IF statements with nested AND

    Help needed,

    I have the following values in cells A1 = H, B1 = 3 and C1 = 56%.

    I need an array formula to obtain the following result if the cell values meet the following criteria.

    If A1 cell value is H and B1 cell value is equal to/or lower than 4 amd C1 cell value is equal to/or greater than 55% then I need the cell value returned to be -1.25.

    Thanks in advance for your help.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: IF statements with nested AND

    Hi,

    Not sure why you mention an array formula, but try

    =IF(AND(A1="H",B1<=4,C1>=55%),-1.25,0)
    Regards
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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