+ Reply to Thread
Results 1 to 3 of 3

Semi Difficult IF Statement - please help :S

  1. #1
    Registered User
    Join Date
    11-26-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2007
    Posts
    18

    Cool Semi Difficult IF Statement - please help :S

    Hey All,

    Any help on the below would be much much appreciated.

    Column A lists a bunch of sports:
    • Soccer
    • Baseball
    • Hockey
    • Swimming

    Column F has one of the three following values:
    • Full
    • #VALUE
    • #N/A


    I would like to create an IF statement in A1 that says, IF the value in cell F1 says "Full", then change value of A1 to "Full" (replace whatever sport was in there to "Full"). If F1 says anything other than "Full", such as #VALUE or #N/A, then keep A1 as is.

    Hope that makes sense...I have just under a million cells that I need to drag this formula for. I would really appreciate if somebody could help me out - thanks!!

  2. #2
    Forum Contributor
    Join Date
    09-27-2012
    Location
    Florida
    MS-Off Ver
    Excel XP to 2013
    Posts
    342

    Re: Semi Difficult IF Statement - please help :S

    =if(you are trying to replace the value in cell A1 with a formula in cell A1, you are creating a circular reference and you will get an error, you might be able to do this with VBA otherwise I think you need a helper column)
    Tom S.
    ↙ If you find my reply helpful click on the * down there on the left. Yeah that's it, right there, down on the left
    If your question is resolved, mark it SOLVED using the thread tools.

  3. #3
    Forum Contributor
    Join Date
    04-02-2008
    Location
    Jacksonville Beach, Florida
    MS-Off Ver
    Microsoft Excel 2003 and 2010
    Posts
    264

    Re: Semi Difficult IF Statement - please help :S

    I agree -- so go to column B (or some other non-used column) and use the following formula:

    =IF(F1="Full","Full",A1)

    If you need the final results in column A, you can always get the correct end result in your dummy column and then copy that column and paste special / paste values those values back "over" in column A.
    ______________________________________
    "Vision without Execution is a Hallucination"
    Edison

+ 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