+ Reply to Thread
Results 1 to 6 of 6

change to exclude select entries

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

    change to exclude select entries

    =IF(AND(OR(D8=0,D8=""),E14<>""),D19,0)

    The change I need to make is to exclude the range 9000-9998 from ""

  2. #2
    Forum Contributor
    Join Date
    01-25-2014
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    434

    Re: change to exclude select entries

    you'll have to give us a bit more of a clue

    exclude the range 9000-9998 from what? D8, E14, D19, or the cell the formula is in ?

  3. #3
    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,938

    Re: change to exclude select entries

    Agree with ThirtyTwo. Also, is 9000-9998 an actual range, or is it text?

    Perhaps upload a sample workbook for us to look at?
    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

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

    Re: change to exclude select entries

    I have uploaded the attachment and you can look at the tab labeled Invoice Linzy Allen

    E19 is dependant on an entry to D8 however currently if I enter any membership number then this brings the value in E19 to 0. I want the formula in E19 still to be true except where the member number in E8 is between 9000 and 9998 in which case the value in E19 would be 25.00 as it would if it was blank
    Attached Files Attached Files

  5. #5
    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,938

    Re: change to exclude select entries

    Perhaps this?

    =IF(AND(OR(AND(D8>=9000,D8<9999),D8=""),E14<>""),D19,0)

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

    Re: change to exclude select entries

    That is exactly what I needed Thanks so much

    Mike

+ 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] Looking to exclude or mark boxes which have reoccurring entries
    By noscoe in forum Excel General
    Replies: 3
    Last Post: 12-15-2013, 04:34 PM
  2. [SOLVED] Exclude number entries from formula.
    By dzugan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-25-2013, 01:30 PM
  3. Excel 2007 : Sum A Column but Exclude Some Entries
    By sunnybrook1 in forum Excel General
    Replies: 13
    Last Post: 01-13-2011, 05:51 AM
  4. exclude same entries
    By fadafa in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-05-2005, 07:55 AM
  5. [SOLVED] Filtering a column to exclude any repeated entries.
    By bay in forum Excel General
    Replies: 2
    Last Post: 01-27-2005, 07:06 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