+ Reply to Thread
Results 1 to 3 of 3

Finding the Value (of text and numbers) between N/A's

  1. #1
    Darin Kramer
    Guest

    Finding the Value (of text and numbers) between N/A's

    Howdie all

    Problem...My data is of two types

    Type I - Numbers or #N/A - these are in cells a1,c1,e1,g1
    Type II - Text or #N/A - these are in cells b1,d1,f1,h1

    For Type 1
    I need to put in cell I1 the first (or any) instance of a number - The
    number if picked up in a1,c1,e1,g1 will always be the same, ie only two
    options - the number or a N/A. I want the formulae in I1 to look at
    a1,c1,e1,g1 and tell me what the number in the range is.


    For Type II
    Same as above but I need to display in J1 the result of the first
    instance of text (text will always be the same - could either be text
    (eg ABC234) or NA that could be in b1,d1,e1,g1..

    MANY THANKS

    D





    *** Sent via Developersdex http://www.developersdex.com ***

  2. #2
    Bernie Deitrick
    Guest

    Re: Finding the Value (of text and numbers) between N/A's

    Type I:

    =IF(NOT(ISERROR(A1)),A1,IF(NOT(ISERROR(C1)),C1,IF(NOT(ISERROR(E1)),E1,G1)))

    Type II:

    =IF(NOT(ISERROR(B1)),B1,IF(NOT(ISERROR(D1)),D1,IF(NOT(ISERROR(F1)),F1,H1)))


    HTH,
    Bernie
    MS Excel MVP


    "Darin Kramer" <[email protected]> wrote in message
    news:%[email protected]...
    > Howdie all
    >
    > Problem...My data is of two types
    >
    > Type I - Numbers or #N/A - these are in cells a1,c1,e1,g1
    > Type II - Text or #N/A - these are in cells b1,d1,f1,h1
    >
    > For Type 1
    > I need to put in cell I1 the first (or any) instance of a number - The
    > number if picked up in a1,c1,e1,g1 will always be the same, ie only two
    > options - the number or a N/A. I want the formulae in I1 to look at
    > a1,c1,e1,g1 and tell me what the number in the range is.
    >
    >
    > For Type II
    > Same as above but I need to display in J1 the result of the first
    > instance of text (text will always be the same - could either be text
    > (eg ABC234) or NA that could be in b1,d1,e1,g1..
    >
    > MANY THANKS
    >
    > D
    >
    >
    >
    >
    >
    > *** Sent via Developersdex http://www.developersdex.com ***




  3. #3
    Darin Kramer
    Guest

    Re: Finding the Value (of text and numbers) between N/A's




    Works perfectly - thanks!!!!

    *** Sent via Developersdex http://www.developersdex.com ***

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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