+ Reply to Thread
Results 1 to 6 of 6

How to apply multiple IFs within a cell

  1. #1
    Registered User
    Join Date
    05-14-2013
    Location
    Appleton, Wi
    MS-Off Ver
    Excel 2010
    Posts
    3

    How to apply multiple IFs within a cell

    I have a spreadsheet where several different words (text) can be entered into a cell. How can I program another cell to display different cell references depending on what the word is? Thanks for any advice.

  2. #2
    Forum Contributor
    Join Date
    12-11-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    232

    Re: How to apply multiple IFs within a cell

    sample sheet please showing data and expected results please.

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: How to apply multiple IFs within a cell

    Lookup or Vlookup is generally the solution for that type of issue.

    But we definately need some details to provide working solutions.

  4. #4
    Registered User
    Join Date
    05-14-2013
    Location
    Appleton, Wi
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: How to apply multiple IFs within a cell

    Quote Originally Posted by damerowa View Post
    I have a spreadsheet where several different words (text) can be entered into a cell. How can I program another cell to display different cell references depending on what the word is? Thanks for any advice.
    Here is a picture of what I am trying to set upsample.jpg

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: How to apply multiple IFs within a cell

    Is that a REAL representation of what you're doing? Or a 'simplified' version of something more complicated?

    If that's a real example, then this does 'exactly' what you wrote in the picture.
    Trying to adjust it for something more complicated may not work the way you think

    =CHOOSE(MATCH(A1,{"paper","canvas","plastic","cardboard"},0),100,120,B2+C2,D2)

    FYI, actual books (.xlsx) make for much better examples for us to see what you're doing.

  6. #6
    Registered User
    Join Date
    05-14-2013
    Location
    Appleton, Wi
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: How to apply multiple IFs within a cell

    This shows me exactly what I need to know. Thank you very much Jonmo!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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