+ Reply to Thread
Results 1 to 4 of 4

Need If Formula based on 3rd cell entry

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-02-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    221

    Need If Formula based on 3rd cell entry

    I need the following if anyone can help.

    I am looking for a formula for E22.

    E22 is 0 if A11 = Yes, If A11 = No or is blank E22 will =Sum(E19:E20)*.022

  2. #2
    Valued Forum Contributor
    Join Date
    08-22-2011
    Location
    Auckland
    MS-Off Ver
    Excel 2019
    Posts
    716

    Re: Need If Formula based on 3rd cell entry

    Hello Mike
    If A11 is anything other than No or a blank, E22 shows 0. If A11 is No or blank it sums.
    =IF(OR(A11="No",A11=""),SUM(E19:E20)*22,0)
    If A11 is anything other than Yes, No or a blank, E22 it shows a blank. If A11 show Yes, E22 shows 0, If A11 shows No or blank, E22 sums.
    =IF(A11="Yes",0,IF(OR(A11="No",A11=""),SUM(E19:E20)*22,""))
    Hope thats right
    Cheers
    Last edited by Philb1; 03-21-2014 at 09:23 PM.

  3. #3
    Forum Contributor
    Join Date
    07-02-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    221

    Re: Need If Formula based on 3rd cell entry

    Yes it works just as I wanted. Thank-you for taking the time once again

  4. #4
    Forum Contributor BeachRock's Avatar
    Join Date
    11-01-2011
    Location
    Oregon, United States
    MS-Off Ver
    Excel 2016
    Posts
    403

    Re: Need If Formula based on 3rd cell entry

    Formula: copy to clipboard
    =IF(A11="Yes",0,IF(OR(A11="",A11="No"),(SUM(E19:E20)*.022)))
    Last edited by BeachRock; 03-21-2014 at 09:15 PM. Reason: Forgot about if it is nothing....
    -------------
    Tony

+ 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. Array Formula Based On Cell Entry
    By aegliveinterns in forum Excel General
    Replies: 1
    Last Post: 06-08-2011, 03:32 PM
  2. insert formula based on cell entry using vba
    By jimb0693 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-11-2009, 06:03 AM
  3. Using a formula based on cell entry
    By bleu808 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-08-2007, 06:34 AM
  4. [SOLVED] Formula to fill a cell based on an entry in one of two worksheets
    By brisen09 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-16-2006, 12:05 AM
  5. Formula based on a cell entry
    By Fat Bastard in forum Excel General
    Replies: 10
    Last Post: 03-13-2005, 02:07 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