+ Reply to Thread
Results 1 to 7 of 7

Figuring out multiple IF functions in this cell.

  1. #1
    Registered User
    Join Date
    06-02-2013
    Location
    Saint Joseph, Missouri
    MS-Off Ver
    Excel 2007
    Posts
    4

    Figuring out multiple IF functions in this cell.

    Okay!

    Firstly thanks for providing such a great site. There's a lot of knowledge here. Im very new to using excel, so I've used this site a lot to figure stuff out, but this is the first time I havent been able to find an answer. I'm sorry if this question has already been answered on another thread, I looked but I couldn't find anything. If it is on another thread, before you just refer me there can you check to see if its an extremely similar scenario, because like I said I'm new, and I may not be able to apply the concept to my personal formula.

    Okay, so I simplified my example, but basically what we have here is one cell that I need to reflect 4 cells of data. In the four cells referenced, if the value is greater than or equal to a specific limit, I need a letter identifier to be placed in the one cell. So if the limit is reached in the first 2 cells, the one cell would say, "T, W". I have it figured out for 3 sources of data, but when I try to run 4 sources I reach my limit on the total number of nester IF's per formula. I'm using 2007, and while I realize there is a lot of data about bypassing the number of nested IF's I cant figure it out still. I also don't want to get into the VB scripting side. I want to handle all of my business in that cell. Here is what it looks like.


    EXCEL.png


    Please break it down as simply as you can make it. I'm not that smart. Thanks for any help guys, I really appreciate it.

    Kyle

  2. #2
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Figuring out multiple IF functions in this cell.

    I do not know other members preferences, BUT, I suspect most of them are like me, and would like to see actual data to work on...no-one wants to recreate a spreadsheet from a screenshot, so if you upload a sample with a few examples of whats expected AND why it is expected, it would probably get you a quicker solution (We are kind of competitive here, so once there is something to work with, you will probably have several answers within a few hours )
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  3. #3
    Registered User
    Join Date
    06-02-2013
    Location
    Saint Joseph, Missouri
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Figuring out multiple IF functions in this cell.

    That sounds like a very good point. Here you go! Right now it is configured the way that works, for the first 3 cells of data. (A1, A2, and A3). As you can see as you change the data in those cells, if you go over the limits for each cell, (90 for A1, 40 for A2, and 6 for A3), the corresponding letter is placed into the display cell. Now I just need to throw cell A4 into the mix. The limit for that cell would be A4>=.05, and the letter would be P. Just a reminder, this needs to be able to display ANY possible configuration of these 4 letters, or none of them at all.


    Example 1.xlsx

    Thanks for the help!
    Kyle

  4. #4
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Figuring out multiple IF functions in this cell.

    Well VBA is a separate forum, so if thats is what you actually want, ask a moderator to move it there for you, but as a formula ( and this is assuming 4 values ) you could use this (I'm using 0.05 as the next cut-off as well):
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    (In attached, this is in C2, C1 has the basic formula (without the trailing ',' removed))

    Hope this helps
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-02-2013
    Location
    Saint Joseph, Missouri
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Figuring out multiple IF functions in this cell.

    Okay, so for some reason I've tried to reply multiple times and it keeps deleting my reply and not posting. I think it might be my internet. One more try.

    Thanks for the help. You definitely steered me in the right direction, and from what you gave me I was able to create a product im comfortable with keeping. I just had one issue that just has to do with perfecting my vision. So for C2, you had a formula that removes the trailing comma. I LOVE that. But for some reason when none of criteria are met and that cell should be blank, it has an error. I assume it has something to do with the formula trying to remove characters that don't exist, but despite my best efforts I couldn't fix it. I don't understand how the LEFT and LEN work exactly. One final bit of help would be much appreciated!

  6. #6
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Figuring out multiple IF functions in this cell.

    try this :
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The IFERROR will return a blank if the LEFT function returns an error

    Hope this helps

  7. #7
    Registered User
    Join Date
    06-02-2013
    Location
    Saint Joseph, Missouri
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Figuring out multiple IF functions in this cell.

    Problem solved! For now. :P Thanks for the help. I really do appreciate it. I'll change the thread to solved and I already gave you rep.

  8. #8
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Figuring out multiple IF functions in this cell.

    You are welcome, and Thanks for the rep hit, Much appreciated

+ 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