+ Reply to Thread
Results 1 to 6 of 6

Condition formula help

  1. #1
    Registered User
    Join Date
    01-16-2014
    Location
    uk
    MS-Off Ver
    Excel 2013
    Posts
    99

    Condition formula help

    Hi

    I am struggling with what i think is a condition formula, I have added a sheet as example and will try say what i need:

    if E2 is (3or less(1,2,3) & C2 Matches A1 then = 5

    some cells will be blank so may need =iferror
    Cell A1 changes.

    Thanks
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Condition formula help

    Maybe this...
    =if(and(E2<=3,C2=A1),5,"")
    I didnt look at your file yet

    XCorrection...
    =IF(AND(E2<=3,C2=$A$1),5,"")
    Last edited by FDibbins; 03-23-2014 at 03:13 PM.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Valued Forum Contributor
    Join Date
    05-13-2010
    Location
    Belo Horizonte, Brazil
    MS-Off Ver
    Excel 2003; 2007
    Posts
    441

    Re: Condition formula help

    MATU70, Good afternoon.

    Try to do:
    G2 --> =IFERROR(IF(AND(C2=$A$1,E2<=3),5,""),"")

    Please, tell us if it worked for you.
    I hope it helps.
    ...If my answer helped you, Please, click on. * Add Reputation (at left)

    Best regards.
    Marc?lio Lob?o

  4. #4
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Condition formula help

    In G2 and copy down :

    =IF(AND(E2<=3,C2=$A$1),5,"")

    The IFERROR is unnecessary.

  5. #5
    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: Condition formula help

    Hi

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    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.

  6. #6
    Registered User
    Join Date
    01-16-2014
    Location
    uk
    MS-Off Ver
    Excel 2013
    Posts
    99

    Re: Condition formula help

    Many Thanks to everyone

    I used this one and works a treat:

    =IF(AND(E2<=3,C2=$A$1),5,"")


    Thanks Again

+ 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. formula with various condition
    By carkalete23 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-14-2014, 08:56 AM
  2. Excel formula if conition formula for 2 condition with consider timings
    By breadwinner in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-18-2013, 11:05 AM
  3. [SOLVED] Help for if condition formula result only either hit or miss from mulitple condition
    By breadwinner in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-09-2013, 07:29 AM
  4. If condition formula
    By konquistador in forum Excel General
    Replies: 4
    Last Post: 08-12-2010, 06:04 PM
  5. Formula For If & Or Condition
    By anandmr65 in forum Excel General
    Replies: 8
    Last Post: 04-17-2006, 05:45 AM

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