+ Reply to Thread
Results 1 to 3 of 3

IF Function Question

  1. #1
    Registered User
    Join Date
    09-14-2017
    Location
    Philippines
    MS-Off Ver
    2013
    Posts
    17

    IF Function Question

    The syntax =IF(logical_test, value_if_true, value_if_false) for the IF Function would initially display the False value. I want it to not display anything yet. It should wait for the logical test to be evaluated first before it displays anything. So in short, I just need the cell containing the IF function to display a blank first prior to logical evaluation.

    * Yes there is a FALSE value to be evaluated so if anyone says just put " " then it will not be viable.

    Thanks in advance guys!

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,657

    Re: IF Function Question

    Let says A1 & A2 contains value then you want to test or do not test whether A1=A2 or not
    A1=100
    A2=200
    A3 will be either "test" or "not test". If A3="test", then test A1&A2, if "not test", leave blank.

    =IF(A3="test",IF(A1=A2,value_if_true,value_if_false),"")
    Quang PT

  3. #3
    Registered User
    Join Date
    09-14-2017
    Location
    Philippines
    MS-Off Ver
    2013
    Posts
    17

    Re: IF Function Question

    Quote Originally Posted by bebo021999 View Post
    Let says A1 & A2 contains value then you want to test or do not test whether A1=A2 or not
    A1=100
    A2=200
    A3 will be either "test" or "not test". If A3="test", then test A1&A2, if "not test", leave blank.

    =IF(A3="test",IF(A1=A2,value_if_true,value_if_false),"")
    Hey it works! Thanks a lot!

+ 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] Workbook_BeforeSave Question Function Question
    By thomasmc in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-24-2015, 01:44 PM
  2. Question about RIGHT function
    By prosportal in forum Excel General
    Replies: 2
    Last Post: 12-04-2013, 12:10 PM
  3. [SOLVED] IF function combined with another IF function question
    By Nexion21 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2013, 05:13 PM
  4. IF-function question
    By JonasH in forum Excel General
    Replies: 2
    Last Post: 09-13-2010, 10:59 AM
  5. question about IF function
    By cnow in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-16-2008, 06:30 PM
  6. IF Function Question:SUMIF function
    By VBA Noob in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-03-2007, 03:28 PM
  7. [SOLVED] Function Question
    By Egon in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-22-2005, 05:20 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