+ Reply to Thread
Results 1 to 4 of 4

If Function

Hybrid View

jcc31 If Function 12-19-2005, 06:03 PM
Guest Re: If Function 12-19-2005, 06:40 PM
Leith Ross Hello Jcc31, Your Formula... 12-19-2005, 06:48 PM
Guest RE: If Function 12-19-2005, 06:50 PM
  1. #1
    Registered User
    Join Date
    06-27-2005
    Posts
    25

    If Function

    Can someone tell what I'm doing wrong here. Here is my file.

    Oh, also is there way on the first line to have excel search for null and spaces at the same time?

    Thanks a million
    Attached Files Attached Files

  2. #2
    Chip Pearson
    Guest

    Re: If Function

    Few people will open attachments, due to the possibility of
    harmful code. Describe your problem clearly in your message and
    someone will be able to answer.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com


    "jcc31" <jcc31.20b5an_1135030202.6957@excelforum-nospam.com>
    wrote in message
    news:jcc31.20b5an_1135030202.6957@excelforum-nospam.com...
    >
    > Can someone tell what I'm doing wrong here. Here is my file.
    >
    > Oh, also is there way on the first line to have excel search
    > for null
    > and spaces at the same time?
    >
    > Thanks a million
    >
    >
    > +-------------------------------------------------------------------+
    > |Filename: IF.zip
    > |
    > |Download: http://www.excelforum.com/attachment.php?postid=4132
    > |
    > +-------------------------------------------------------------------+
    >
    > --
    > jcc31
    > ------------------------------------------------------------------------
    > jcc31's Profile:
    > http://www.excelforum.com/member.php...o&userid=24692
    > View this thread:
    > http://www.excelforum.com/showthread...hreadid=494725
    >




  3. #3
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259
    Hello Jcc31,

    Your Formula should look like this...
    =IF(F:F="", CONCATENATE(D1, "", E1), CONCATENATE(D1, "", E1, "APT, F1))

    An alternate way to using CONCATENATE is this...
    D1 & "" & E1

    You should be aware that this test will only be TRUE when the cell in same row as the Formula in Column F is empty.

    Example:
    Formula is in cell C4. The formula check cell F4 to see if it empty. The Formula doesn't scan the entire range to see if it is empty. If you want the result in C4 to return true when all of column F is empty, you will need to check this differently.

    In answer to question about checking both null and spaces at the same time, the answer is no. You have to check for each condition individually.

    Sincerely,
    Leith Ross

  4. #4
    Toppers
    Guest

    RE: If Function

    Hi,
    Remove the "=" from the concatenate statements.

    "jcc31" wrote:

    >
    > Can someone tell what I'm doing wrong here. Here is my file.
    >
    > Oh, also is there way on the first line to have excel search for null
    > and spaces at the same time?
    >
    > Thanks a million
    >
    >
    > +-------------------------------------------------------------------+
    > |Filename: IF.zip |
    > |Download: http://www.excelforum.com/attachment.php?postid=4132 |
    > +-------------------------------------------------------------------+
    >
    > --
    > jcc31
    > ------------------------------------------------------------------------
    > jcc31's Profile: http://www.excelforum.com/member.php...o&userid=24692
    > View this thread: http://www.excelforum.com/showthread...hreadid=494725
    >
    >


+ 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