+ Reply to Thread
Results 1 to 3 of 3

Formula that separates TRUE/FALSE From Numbers

  1. #1
    Forum Contributor
    Join Date
    10-05-2010
    Location
    CA
    MS-Off Ver
    Excel 365
    Posts
    539

    Formula that separates TRUE/FALSE From Numbers

    Hello,
    I need to create a formula that chooses between the result of two IF functions.

    Example:

    A1: the result is FALSE
    A2: the result is a number.

    B1: Is where I want the formula to go that selects whichever cell contains the number.


    Thanking you in advance for any and all help.
    Last edited by artiststevens; 12-15-2010 at 01:43 AM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Formula that separates TRUE/FALSE From Numbers

    This will do that:

    =IF(ISNUMBER(A1), A1, IF(ISNUMBER(A2), A2, ""))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Contributor
    Join Date
    10-05-2010
    Location
    CA
    MS-Off Ver
    Excel 365
    Posts
    539

    Re: Formula that separates TRUE/FALSE From Numbers

    That worked perfectly! Thanks Jerry!

+ 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