+ Reply to Thread
Results 1 to 5 of 5

Excel Checklist

  1. #1
    Forum Contributor
    Join Date
    11-14-2007
    Posts
    111

    Excel Checklist

    I am trying to make a summary page actually be a summary page (as apposed to a repeat of the details page in a different order). In the attached workbook there is a detail page with named ranges for the tasks and the value associated with it. on the summary page i would like the end result to match the white text in column E

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Excel Checklist

    Hi Ada,

    that's a bit of a tricky layout you got there. In general, it is better not to have blank rows interspersed with data/summary rows, because it will make it so much harder to come up with a formula that can be copied down.

    Your formula always returns Task1 etc, because the first IF condition is always true, no matter in which cell you ask it. So you need a way to tell Excel to test a condition in relation to the current row, or return a value in relation to the current row.

    A formula that will return the results that you need could be:

    Please Login or Register  to view this content.

    Note that this one does not even use your range names, but it can be applied to all the result cells and will deliver what you specified.

    With regards to sorting the results, so that the blank results are pushed to the bottom of the list: with this layout it will be difficult.

    In general, you may want to have a look at pivot tables to see how you could report on and summarize data without the need for dozens of range names or complicated formulas.

    cheers

  3. #3
    Valued Forum Contributor scaffdog845's Avatar
    Join Date
    02-01-2008
    Location
    Aston, PA. USA.
    MS-Off Ver
    Microsoft 365
    Posts
    375

    Re: Excel Checklist

    Ada01

    A little more information may be helpful. I can only assume that there need be values entered into the white blocks in column B on the summary sheet that dictate what the possible outcome values are in column D. Is this correct? If it is try putting the following formulae in cell D6 and copying it to the corresponding cells.

    Please Login or Register  to view this content.

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Excel Checklist

    @scaffdog,

    You've missed out column C . Also note that this formula will not work in XL 2003. Too many nested IFs. In general, nested IFs with such a regular pattern can normally be replaced by a lookup or index formula. The "every other row" layout makes it a bit tricky, but doable.

    cheers

  5. #5
    Valued Forum Contributor scaffdog845's Avatar
    Join Date
    02-01-2008
    Location
    Aston, PA. USA.
    MS-Off Ver
    Microsoft 365
    Posts
    375

    Re: Excel Checklist

    teylyn

    Thanks for the note on there being too many IFs for '03. I've become so used to using the newer version that I oftern forget the older versions limitations. i would not have been able to figure out the formula with the use of INDEX due to the alternate lines.

+ 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