+ Reply to Thread
Results 1 to 2 of 2

easy if statement

  1. #1
    Registered User
    Join Date
    01-25-2006
    Posts
    2

    easy if statement

    I need to know how to do make this into a properly working excel function

    If(A4 has nothing in it)

    True(Leave empty)
    False(H4-G4+F4)

    Thanks for the help

  2. #2
    Govind
    Guest

    Re: easy if statement

    Hi,

    Use

    =IF(A4="","",H4-G4+F4)

    Regards

    Govind.

    acarnah2 wrote:
    > I need to know how to do make this into a properly working excel
    > function
    >
    > If(A4 has nothing in it)
    >
    > True(Leave empty)
    > False(H4-G4+F4)
    >
    > Thanks for the 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