+ Reply to Thread
Results 1 to 3 of 3

IF function help needed

  1. #1
    jmcclain
    Guest

    IF function help needed

    I need to use an IF function to do the following:

    If cell F1 is empty, then insert the value from E1
    If cell F1 has any value, do nothing

    Can someone assist with the proper syntax?

    Thanks

  2. #2
    Jeff
    Guest

    RE: IF function help needed

    Insert this formula on E1
    =IF(F1="",F1,"")



    "jmcclain" wrote:

    > I need to use an IF function to do the following:
    >
    > If cell F1 is empty, then insert the value from E1
    > If cell F1 has any value, do nothing
    >
    > Can someone assist with the proper syntax?
    >
    > Thanks


  3. #3
    JulieD
    Guest

    Re: IF function help needed

    Hi

    if you want this in say G1 the formula would be
    =IF(ISBLANK(F1),E1,"")
    or
    =IF(F1="",E1,"")

    Cheers
    JulieD


    "jmcclain" <jmcclain@discussions.microsoft.com> wrote in message
    news:FE9CF12D-C889-4FF0-A3DB-5DCB5CC46DF4@microsoft.com...
    >I need to use an IF function to do the following:
    >
    > If cell F1 is empty, then insert the value from E1
    > If cell F1 has any value, do nothing
    >
    > Can someone assist with the proper syntax?
    >
    > Thanks




+ 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