+ Reply to Thread
Results 1 to 2 of 2

=IF Function Help

  1. #1
    Registered User
    Join Date
    02-22-2012
    Location
    Ohio
    MS-Off Ver
    Excel 2003
    Posts
    9

    =IF Function Help

    Can you make it so that if a cell has any text in it then it pulls the true or false statements.

    Ex. If(Sheet1!A4="any text",Sheet1!B4," ")

    If sheet 1 a4 has any text in it then show line b4 on sheet 2. IF a4 is empty then pull nothing (" ").

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: =IF Function Help

    =if(Sheet1!A4="","",Sheet1!B4)
    or
    =if(Sheet1!A4="","",Sheet2!B4)

    depending on what sheet you are referring to
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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