+ Reply to Thread
Results 1 to 5 of 5

overwrites:IF statement help

  1. #1
    Registered User
    Join Date
    10-12-2010
    Location
    Columbus, Ohio
    MS-Off Ver
    Excel 2010
    Posts
    9

    overwrites:IF statement help

    I'm trying to do the following. If cell e54 equals e55 Then copy K53. Otherwise do nothing. I've been trying to use this =IF(E54=E53,K53,K54). It works on the initial cell but when I copy the formula down it overwrites all cells with that first output. Any help is appreciated.
    Last edited by Chad Kruse; 03-04-2011 at 11:21 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    re: overwrites:IF statement help

    I don't see why that formula wouldn't work dragged down. Do you maybe have manual calculation turned on? Try pressing F9 and see if it updates.

    Also, what cell are you putting that formula into?

  3. #3
    Registered User
    Join Date
    10-12-2010
    Location
    Columbus, Ohio
    MS-Off Ver
    Excel 2010
    Posts
    9

    re: overwrites:IF statement help

    The screen blinks when I hit F9, I'm not sure if that represents having that on or not.

    I'm trying to input it into cell K54.

  4. #4
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    re: overwrites:IF statement help

    Ah ok, well that explains it, you;re trying to get the cell to refer to itself which is impossible.

    If you have a previous formula in column K, simply use =IF(E54=E53,K53,whatever formula was in K54)

    If column K is static data, you'd be best off using a helper column (say col L) with the original formula inserted.

  5. #5
    Registered User
    Join Date
    10-12-2010
    Location
    Columbus, Ohio
    MS-Off Ver
    Excel 2010
    Posts
    9

    re: overwrites:IF statement help

    I dig it!

    Did not know that was a rule, appreciate your help. Was stuck.

+ 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