+ Reply to Thread
Results 1 to 3 of 3

Display an unknown value

Hybrid View

  1. #1
    Registered User
    Join Date
    10-17-2014
    Location
    South Africa
    MS-Off Ver
    2010
    Posts
    1

    Display an unknown value

    I would like to know how to find an unknown value in a range.
    I have 2 different IF formula's in 2 cells. If the one has an answer, the other one don't. Now I want to display the one with a answer in another cell.
    Can anybody please help me with this problem?

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: Display an unknown value

    A1 -if formula
    A2 -if formula

    A3 =if(A1="",A2,A1)

    if not can you give a sample file with your sample output. thanks.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: Display an unknown value

    May be something like this

    For non answer cell resulting blank
    Formula: copy to clipboard
    =TRIM(CONCATENATE(A1,B1))


    Or
    For non answer cell resulting 0
    Formula: copy to clipboard
    =MAX(A1,B1)
    Click just below left if it helps, Boo?ath?

+ 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. VBA: 2 open workbooks; 1 unknown; activating the unknown one
    By Janis Rainis in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-05-2014, 08:46 AM
  2. Summing across unknown range in unknown cell!
    By agentred in forum Excel Programming / VBA / Macros
    Replies: 24
    Last Post: 10-28-2009, 10:10 AM
  3. Solve for an unknown?
    By jmoffett in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-22-2008, 03:47 PM
  4. Display 'UNKNOWN' in a cell if the criteria doesn't match
    By famico78 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-27-2008, 09:55 AM
  5. [SOLVED] Unknown Error
    By aftamath in forum Excel General
    Replies: 4
    Last Post: 10-06-2005, 03:05 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