+ Reply to Thread
Results 1 to 6 of 6

Cell Duplicating IF Funtion

  1. #1
    Registered User
    Join Date
    02-20-2013
    Location
    bristol, England
    MS-Off Ver
    2007
    Posts
    62

    Cell Duplicating IF Funtion

    Afternoon Guys,

    I need a formula for the below can anyone help,

    I need....If cell F3 has something written in it i want G3 to duplicate it, so it says the same thing. If cell F3 is empty I want cell G3 to remain empty.

    Thanks

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Cell Duplicating IF Funtion

    hi citadel-maritime, maybe:
    =IF(F3="","",F3)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    02-20-2013
    Location
    bristol, England
    MS-Off Ver
    2007
    Posts
    62

    Re: Cell Duplicating IF Funtion

    Thank you Ben, nice to see i have a Forum guru coming to save me,

    I have another query on the same formula I hope you might be able to help with.

    Column P has a list of entries.

    If cell F3 has something written in it i want G3 to duplicate it, so it says the same thing. If cell F3 is empty I want cell G3 to show the last/lowest entry in Column P.

    Is this possible.

    Thank you for any help you can give.

  4. #4
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Cell Duplicating IF Funtion

    you're very welcome. the guru title is probably obtained due to a minimum post/rep & period in the forum. dont really represent anything

    try:
    =IF(F3="",LOOKUP(2,1/(P1:P100<>""),P1:P100),F3)
    change to range to something bigger if you're expecting more.
    Last edited by benishiryo; 02-22-2013 at 11:51 AM.

  5. #5
    Registered User
    Join Date
    02-20-2013
    Location
    bristol, England
    MS-Off Ver
    2007
    Posts
    62

    Re: Cell Duplicating IF Funtion

    Thank you so much.


  6. #6
    Registered User
    Join Date
    02-20-2013
    Location
    bristol, England
    MS-Off Ver
    2007
    Posts
    62

    Re: Cell Duplicating IF Funtion

    Morning Ben,

    I have just sent you a nice thankful massage but I'm not sure if it sent?

    I had attached a slight evolution to that formaula if you can help. If possible.....

    If cell F3 is empty i want E3 to read the last./lowest entry in column P, if F3 has data in it I want E3 to read the second to last/lowest entry in column P.

    Thank you in advance if you can help, as it will get me a raise hehe!

    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