+ Reply to Thread
Results 1 to 4 of 4

How do I move a nested formula to another cell?

  1. #1
    Forum Contributor
    Join Date
    11-03-2012
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    246

    How do I move a nested formula to another cell?

    Hi, I have the following formula in B1, all I need to do is insert 2 blank rows above but when I insert them I can't get the formula to work again.
    Does a nested formula have to be in row 1:1?

    '=IF(ISERROR(INDEX($C$1:$D$119,SMALL(IF($C$1:$C$119=A1,ROW($C$1:$C$119)),ROW($1:$1)),2)),"",INDEX($C$1:$D$119,SMALL(IF($C$1:$C$119=A1,ROW($C$1:$C$119)),ROW($1:$1)),2))

    Any help would be greatly appreciated. Thank you.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: How do I move a nested formula to another cell?

    It looks like you can use a much more efficient VLOOKUP formula.

    =IFERROR(VLOOKUP(A1,C:D,2,0),"")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Contributor
    Join Date
    11-03-2012
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    246

    Re: How do I move a nested formula to another cell?

    Talk about over working something!! Thank you
    "Keep It Simple Stupid" Lol.

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: How do I move a nested formula to another cell?

    You're welcome. Thanks for the feedback!


    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Looking for Nested If Statement to move content of cells to new cell
    By sfadam in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-09-2013, 07:24 PM
  2. [SOLVED] Nested formula required for two cell inputs and a single cell output
    By titch2k6 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-08-2013, 08:11 PM
  3. Nested cell limitation....need help with formula
    By HendrikvdB in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2013, 11:35 AM
  4. [SOLVED] many nested ifs, but need the formula to move with a variable
    By indu0720 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-12-2012, 12:04 PM
  5. [SOLVED] 53 Possible Nested IF Formula's in One Cell
    By JRose0303 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-12-2012, 02:58 PM
  6. Nested IF formula that can rewrite another cell
    By lizzyann in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-13-2011, 09:07 PM
  7. Replies: 2
    Last Post: 03-21-2011, 01:33 PM
  8. Replies: 0
    Last Post: 05-29-2006, 07:25 AM

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