+ Reply to Thread
Results 1 to 3 of 3

IF statement Numbers vs. Text

  1. #1
    Registered User
    Join Date
    08-05-2010
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    36

    IF statement Numbers vs. Text

    This question basically entails to the terminology and function calls for excel.

    If I want a cell to return a different cell if there is text, but nothing if there isn't text, what kind of command do I use? Here's the example:

    =IF(A1=Text, A1, "")

    Great thanks!

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: IF statement Numbers vs. Text

    =if(istext(a1), a1, "")
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    08-05-2010
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    36

    Re: IF statement Numbers vs. Text

    Thank you!
    Last edited by shg; 08-10-2010 at 05:07 PM. Reason: deleted quote

+ 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