+ Reply to Thread
Results 1 to 5 of 5

Question about format of a formula

  1. #1
    Forum Contributor
    Join Date
    11-14-2005
    Location
    Somewhere....out there.....
    Posts
    126

    Question about format of a formula

    I'm trying to make a simple formula, such as

    =If(Is Null(D1),E1,D1)

    But keep getting a #NAME error. Should I be using the word "If" or the word "Iif" in my formula? What else can I check for to fix my #NAME error?

    Thanks in advance to you Excel geniuses!!

  2. #2
    Stefi
    Guest

    RE: Question about format of a formula

    =If(IsBlank(D1),E1,D1)

    Regards,
    Stefi

    „greaseman” ezt *rta:

    >
    > I'm trying to make a simple formula, such as
    >
    > =If(Is Null(D1),E1,D1)
    >
    > But keep getting a #NAME error. Should I be using the word "If" or the
    > word "Iif" in my formula? What else can I check for to fix my #NAME
    > error?
    >
    > Thanks in advance to you Excel geniuses!!
    >
    >
    > --
    > greaseman
    > ------------------------------------------------------------------------
    > greaseman's Profile: http://www.excelforum.com/member.php...o&userid=28808
    > View this thread: http://www.excelforum.com/showthread...hreadid=535931
    >
    >


  3. #3
    Forum Contributor
    Join Date
    12-02-2004
    Location
    London
    Posts
    255
    Try the following:-

    =IF(ISERR(D1),E1,D1)

  4. #4
    Forum Contributor
    Join Date
    11-14-2005
    Location
    Somewhere....out there.....
    Posts
    126
    stefi and Gary,

    Thanks! I'll give your suggestions a try and see what comes out. I appreciate your willigness to help!

  5. #5
    Forum Contributor
    Join Date
    11-14-2005
    Location
    Somewhere....out there.....
    Posts
    126
    stefi and Gary,

    Thanks! I gave your suggestions a try and was successful. I appreciate your willigness to help!

+ 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