+ Reply to Thread
Results 1 to 4 of 4

formula to acept/delete cell if numbers in other cells meet defined criteria

  1. #1
    Registered User
    Join Date
    04-21-2014
    Location
    New York
    MS-Off Ver
    Excel 2010 mac
    Posts
    2

    formula to acept/delete cell if numbers in other cells meet defined criteria

    Hello,

    I am looking for a formula that either accepts the number in a cell if the numbers on two other cells are "approved".
    In other words, I have on cell A1 my value to be tested. On cells A2 and A3 I have two numbers. On cell A4 I'm looking for a formula that copies the number on A1 if A2 is bigger then 0.25 and A3 is smaller then 0.35. In not, there's no copy or a N/A appears.
    Thanks in advance.

  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: formula to acept/delete cell if numbers in other cells meet defined criteria

    Hi and welcome to the forum

    a4=if(and(B2>0.25,A3<0.35),A1,"")
    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
    Registered User
    Join Date
    04-21-2014
    Location
    New York
    MS-Off Ver
    Excel 2010 mac
    Posts
    2

    Re: formula to acept/delete cell if numbers in other cells meet defined criteria

    Great! Thank you so much!

  4. #4
    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: formula to acept/delete cell if numbers in other cells meet defined criteria

    Happy to help, thanks for the feedback

+ 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] Macro to delete rows that do not meet one of many criteria in referenced cell
    By blaque in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-15-2013, 12:47 PM
  2. [SOLVED] Formula/Macro to delete rows that do not meet criteria from a list?
    By S Davis in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-12-2006, 02:45 PM
  3. Delete data in cells that don't meet criteria
    By SITCFanTN in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 06-10-2006, 04:10 PM
  4. Delete Rows where cells does not meet criteria
    By Danny in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-12-2005, 01:05 PM
  5. how do i delete rows when cells meet certain criteria?
    By Tbal in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-15-2005, 01:05 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