+ Reply to Thread
Results 1 to 3 of 3

What If Help required for nesting multiple what if's

Hybrid View

  1. #1
    Registered User
    Join Date
    09-29-2016
    Location
    vancouver, bc
    MS-Off Ver
    office 365 2016
    Posts
    1

    What If Help required for nesting multiple what if's

    Hello,

    I am trying to run some "what if" statements using 4 possible words that may appear in one column, and 4 possible answers in another column. Each of the 4 words would trigger a different answer but the variables are the same.

    For example. A1 may container the word, "Redel", "FPU", "NEW", or "RTW", and each of these words would have one of 4 results, either, Blank, no change, or the word "Burnaby" or "final pickup"

    Is this possible to create?

    I tried the following formula but it did not work;

    =if(A1="redel","Burnaby,if(A1="new","",if(A1="rtw", ( I don't know the formula for no change, but this would be no change), if(A1="fpu",(no change))))

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,415

    Re: What If Help required for nesting multiple what if's

    I would recommend a lookup table with a lookup function. VLOOKUP() seems to be the usual place to start learning about Excel's lookup functions: https://support.office.com/en-us/art...8-93a18ad188a1
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,690

    Re: What If Help required for nesting multiple what if's

    =if(A1="redel","Burnaby,if(A1="new","",if(A1="rtw", ( I don't know the formula for no change, but this would be no change), if(A1="fpu",(no change))))
    if that is your exact formula there are a couple problems with it.
    =if(A1="redel","Burnaby",if(A1="new","",if(A1="rtw","no change",if(A1="fpu","final Pickup")))) or along those lines (provided you don't use the vlookup already suggested).
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ 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. Replies: 4
    Last Post: 02-26-2015, 06:10 AM
  2. [SOLVED] Using OR for Nesting Multiple IF
    By willbassyeah in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-10-2015, 02:04 AM
  3. Nesting multiple If & AND formulas
    By Allan863 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-15-2014, 11:27 AM
  4. nesting multiple if
    By ireland1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-03-2014, 07:16 AM
  5. Need help with nesting multiple IF functions
    By source in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 11-06-2013, 11:01 AM
  6. Nesting multiple criteria
    By nicomedis in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-13-2012, 05:43 PM
  7. Multiple if nesting
    By SER01 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-07-2007, 10:39 PM

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