+ Reply to Thread
Results 1 to 2 of 2

How to show text from another cell using IF function

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-11-2008
    MS-Off Ver
    2003
    Posts
    220

    How to show text from another cell using IF function

    Im sure this is simple but im struggling to get my head around this.

    I have a cell which will have an if function in it (cell a1). I want it to look up another cell (b1) which is either going to be blank or it will have a name in it.

    I cant get cell a1 to show the name in b1 when there is a name in the cell, it just brings up false, but when the cell is blank it shows as blank.

    Any suggestions pleasE?

  2. #2
    Forum Contributor
    Join Date
    04-18-2009
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2016
    Posts
    269

    Re: How to show text from another cell using IF function

    Use this formula in cell A1:
    =IF(B1<>"",B1,"")
    --Karan--

+ 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