+ Reply to Thread
Results 1 to 2 of 2

another IF question

  1. #1
    Registered User
    Join Date
    03-14-2008
    Posts
    3

    another IF question

    Can I create an IF function to detect whether a cell is 'populated'.

    ie =if(a2="populated with any value",1,0)

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    =IF(A1<>"",ValueIfPopulated,ValueIfBlank)

    Or

    =IF(LEN(A1)=0,ValueIfBlank,ValueIfPopulated)
    Last edited by darkyam; 03-14-2008 at 12:44 PM.

+ 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