+ Reply to Thread
Results 1 to 5 of 5

=IF(C16<>"",C16,0.4)

  1. #1
    fei
    Guest

    =IF(C16<>"",C16,0.4)

    what does it mean?

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Suppose you enter the above formula in cell C17, then it checks the value in cell C16. If it is empty (i.e. "") then it puts the value in C16 (which is blank) in C17. But if C16 is not blank, then it puts 0.4 in cell C17.

    Mangesh

  3. #3
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Sorry, it is the other way round.

    Suppose you enter the above formula in cell C17, then it checks the value in cell C16. If it is not empty (i.e. <> "") then it puts the value of C16 in C17. But if C16 is blank, then it puts 0.4 in cell C17.

    Mangesh

  4. #4
    FLKULCHAR
    Guest

    RE: =IF(C16<>"",C16,0.4)

    it means, if c16 is blank...enter 0.4...otherwise, if c16 is NOT blank, enter
    its value.

    "fei" wrote:

    > what does it mean?


  5. #5
    Bill Martin -- (Remove NOSPAM from address)
    Guest

    Re: =IF(C16<>"",C16,0.4)

    fei wrote:
    > what does it mean?

    ---------

    The other guys have answered the specific question you actually asked.

    However in answer to the question you *didn't* ask, within Excel click
    on "Help" at the top then on "Contents and Index". Type "IF" into the
    search window and it will bring up a lot of helpful information on the
    IF() function -- complete with examples of how to use it.

    Excel has a good set of help information for all of it's functions and
    it's generally a great place to start and a good learning tool.

    Good luck...

    Bill


+ 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