+ Reply to Thread
Results 1 to 10 of 10

Stacked if

  1. #1
    Registered User
    Join Date
    09-30-2004
    Posts
    64

    Stacked if

    need to "idiot proof" a cell which displays the current status of a complaint.

    the following are possible: in lab for evaluation, waiting for material from customer, lab eval complete-sent to admin for disposition, and closed.

    my simple log is layed out as such:

    a b c d ...
    date open date closed customer then y/n/pending/na in each of the following columns going to the right.

    if a date open is blank then I'll need an if(isblank(a10),"") to start off with.

    should be easy, but for some reason, I just can't put it together today.

    for clarification:

    open closed customer issue QCeval ra-issued ra-rec'd FinalQC admin status
    10/26/09 acme anvil drops prematurely y y y y closed
    10/27/09 acme holes only work for roadrunner y y pending waiting on customer

    need status to change according to progression thru process: initial QC-> request for product for eval -> waiting on customer -> final eval -> hand off to admin for approval -> approval.
    Last edited by Shocked; 10-29-2009 at 01:48 PM. Reason: solved

  2. #2
    Valued Forum Contributor jj72uk's Avatar
    Join Date
    03-22-2008
    Location
    Essex, England
    MS-Off Ver
    Work - Office 2000, Home - Office 2007E
    Posts
    360

    Re: need a stacked if formula

    Post an example sheet and i will take a look

  3. #3
    Registered User
    Join Date
    09-30-2004
    Posts
    64

    Re: need a stacked if formula

    example attached.
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: need a stacked if formula

    It's late in the day and I'm having trouble figuring out where your "y"'s would be and what you would want for each "y" entered. I think in your Status Column, you can use an equation like this
    Please Login or Register  to view this content.
    The CHOOSE function matches up an index number (supplied by the COUNTIF function) and returns the appropriate response. For example, if there are no y's in D2:F2, then COUNTIF..+1 will return a 1 and the first response will be chosen which is "Waiting QA". Is this something you can work with?

    Edit 2: Create something that's "idiot proof" and they'll just build a smarter idiot.
    Last edited by ChemistB; 10-28-2009 at 04:52 PM.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  5. #5
    Registered User
    Join Date
    09-30-2004
    Posts
    64

    Re: need a stacked if formula

    it is late in the day and I'll probably have think about this overnight but yes. I think that would work because the process is sequential.

    the y's just represent that, yes, this step is complete. (they lined up on MY screen when I typed them-note the sarcasm)

  6. #6
    Registered User
    Join Date
    09-30-2004
    Posts
    64

    Re: need a stacked if formula

    oooh, just thought of something. Sometimes material is not required to be returned so I would have "na" instead of "y" in that cell/column or the customer can't produce any evidence and we just cancel the whole thing so only initial QC = "y".

    I know, late in the day...

  7. #7
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Stacked if

    In those cases where you putting NA instead of "y" does that move along the responses the same as a "y" would? So, an NA and a y would be the equivalent to 2 y's? If so,
    Please Login or Register  to view this content.
    or if you're on Excel 2007, you can use COUNTIFS instead of COUNTIF.

  8. #8
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Stacked if

    Also, to help idiot proof it, in those cells where you should only be entering y or NA, use Data Validation >List >NA,y to force them to use only those values.

  9. #9
    Registered User
    Join Date
    09-30-2004
    Posts
    64

    Re: Stacked if

    great ideas, but what if "I'm" the idiot.....?

  10. #10
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Stacked if

    I often idiot proof against myself.

+ 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