+ Reply to Thread
Results 1 to 5 of 5

Formula to ignore blanks and no numeric data

  1. #1
    Registered User
    Join Date
    10-04-2013
    Location
    Liverpool
    MS-Off Ver
    Excel 2003
    Posts
    27

    Formula to ignore blanks and no numeric data

    Hi,

    I have the following as part of an IF formula, I would like it to ignore any non-numeric data that may have ended up in the range but can't seem to get it to work.

    =IF(LOOKUP((INDEX(FreqRange,MATCH(MIN(ABS(FreqRange-(INDIRECT("'"&Background!$L$1&"'!"&CELL("address",A2))))),ABS(FreqRange-(INDIRECT("'"&Background!$L$1&"'!"&CELL("address",A2)))),0))),FreqRange,ValueRange)<=RESULTS!$U$35

    Functionality is to take the value from a user selected sheet INDIRECT("'"&Background!$L$1&"'!"&CELL("address",A2))), find the closest match from range FreqRange, pull out the corresponding value from ValueRange, and then the IF function is true if the value is <= the value in cell RESULTS!$U$35.

    Function-wise all performs as it's supposed to, but i'd like to be able to ignore any non-numeric data in FreqRange?


    Any help would be greatly appreciated?!

    Many thanks,

    D
    Last edited by ungers; 08-03-2014 at 08:45 AM.

  2. #2
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: Formula to ignore blanks and no numeric data

    Need More information
    Provide a sample workbook with expected result...


    Don't forget to click *

  3. #3
    Registered User
    Join Date
    08-03-2014
    Location
    Sydney, Australia
    MS-Off Ver
    2010
    Posts
    37

    Re: Formula to ignore blanks and no numeric data

    Hi,

    Can anyone help me with this problem please.

    I have this IF formula that works but I want to add an extra condition and can't get it to work- just says VALUE# in the cell.

    The current formula is---

    =IF(GL5="GREENKEEPER","REQUIRED",IF(GL5="GOLF ATTENDANT","REQUIRED",IF(GL5="ASSIST MAN GOLF","REQUIRED",IF(GL5="GOLF MANAGER","REQUIRED",IF(GL5=GL110,"INPUT JOB")))))

    and that works but in need something like this---

    =IF(GL5="GREENKEEPER"+A15="YES","REQUIRED",IF(GL5="GOLF ATTENDANT","REQUIRED",IF(GL5="ASSIST MAN GOLF","REQUIRED",IF(GL5="GOLF MANAGER","REQUIRED",IF(GL5=GL110,"INPUT JOB")))))

    BUT THE + A15="YES" PART WON'T WORK- is it possible to have 2 arguments like this??

    thanks

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Formula to ignore blanks and no numeric data

    davehow87
    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  5. #5
    Registered User
    Join Date
    10-04-2013
    Location
    Liverpool
    MS-Off Ver
    Excel 2003
    Posts
    27

    Re: Formula to ignore blanks and no numeric data

    Managed to achieve what I needed using to =IF(ISNUMBER... in a seperate column to pull in the values, worked for me as I could do some additional formatting and sorting on the data at the same time and then keep this in the background.

+ 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] Formula to Compute Averages - Ignore Zero (Blanks)
    By Neane in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-13-2012, 07:08 PM
  2. Ignore blanks in sumproduct formula
    By Rhyl in forum Excel General
    Replies: 4
    Last Post: 02-02-2012, 11:42 AM
  3. Validation List ignore blanks (formula)
    By portmontreal in forum Excel General
    Replies: 2
    Last Post: 07-16-2009, 02:52 PM
  4. [SOLVED] Ignore Blanks in Data Validation
    By Ricky in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  5. USING IGNORE BLANKS IN FORMULA
    By Roger H. in forum Excel General
    Replies: 5
    Last Post: 04-06-2005, 12:06 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