+ Reply to Thread
Results 1 to 6 of 6

IF formula with AND conditions that include omitting named formulas

  1. #1
    Registered User
    Join Date
    07-04-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    24

    IF formula with AND conditions that include omitting named formulas

    It's late and I might be overthinking, but I need help with a formula:

    Please Login or Register  to view this content.
    What I want to achieve with this formula is: If cell H15530 equals the word Return, AND the named formula/range "Cats" is NOT true, then take the number in cell T15530 and multiply it by 0.03.

    For reference, the named formula/range "Cats" looks like this:

    Please Login or Register  to view this content.
    However, when I try to implement this formula, the named formula/range part doesn't seem to be working. Does anyone know what I'm missing or what I'm doing wrong? And is "Cats" a named formula or a named range?

  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: IF formula with AND conditions that include omitting named formulas

    Maybe this?
    =if(and($h15530="return",cats<>TRUE),t15530*0.3)
    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
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: IF formula with AND conditions that include omitting named formulas

    Like this...

    =AND($H15530="Return",Cats=FALSE)*$T15530*0.03
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    07-04-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    24

    Re: IF formula with AND conditions that include omitting named formulas

    Awesome this actually worked! Thanks!

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: IF formula with AND conditions that include omitting named formulas

    You're welcome. We appreciate the feedback!

  6. #6
    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: IF formula with AND conditions that include omitting named formulas

    Happy to help

+ 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. Named Formulas vs. Formula in Range
    By cmore in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-17-2015, 08:17 PM
  2. [SOLVED] IF formula to include multiple conditions
    By BOECKENJ in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 06-07-2015, 03:49 AM
  3. [SOLVED] IF formula to include multiple conditions
    By sunshine82 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-04-2015, 09:16 AM
  4. IF(OR Formula will not include certain conditions
    By Holly.Pittam in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-17-2014, 05:53 AM
  5. Replies: 1
    Last Post: 11-09-2011, 04:45 AM
  6. use of named range to specify conditions for conditional formula
    By sderidder in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-28-2011, 06:47 PM
  7. Formula in Excel not recognizing other named formulas
    By new tech guy in forum Excel General
    Replies: 3
    Last Post: 12-31-2009, 04:40 PM

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