+ Reply to Thread
Results 1 to 2 of 2

Can i create my own fomrula made up from several excel ones?

Hybrid View

  1. #1
    James Cornthwaite
    Guest

    Can i create my own fomrula made up from several excel ones?

    I am using the nested functions below

    "=if(vlookup(1, GRID, 3,false) = 0, (1, GRID, 4, false), (1, GRID, 3,
    false))"

    i.e for the row with the digit one in its first column return the value in
    the third column else if empty return the value in the fourth column.

    my problem is i am repeatedly using the line above exactly only changing the
    value i am searching for (1 in this case ))

    so ideally i'd like to do something like

    define myformula(X) = if(vlookup(X, GRID, 3,false) = 0, (X, GRID, 4, false),
    (X, GRID, 3, false))

    is this possible?????????



  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Response

    I don't know if this will help but you can replace the value 1 by a cell address and then change the value of the cell.

+ 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