+ Reply to Thread
Results 1 to 2 of 2

Checking if a cell is filled up with data

  1. #1
    Registered User
    Join Date
    05-26-2005
    Posts
    5

    Checking if a cell is filled up with data

    Hi!

    I would like to write a function that checks if a cell is empty or if it has any kind of data. The kind of datas (numbers or words or bocth) is irrelevant. The only thing that is important is whether or not the cell is empty. Has anyone an idea how I could write such a function?

    Thanks

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    =IF(A1="","",A1)

    Enter this formula in cell B1. If A1 is empty, then B1 will be empty, else it will put the value of A1 in B1

    Mangesh

+ 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