+ Reply to Thread
Results 1 to 18 of 18

Using an IF statement to produce a report based on a checklist

  1. #1
    Registered User
    Join Date
    08-04-2011
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2003
    Posts
    29

    Using an IF statement to produce a report based on a checklist

    Hi

    In the "report" spreadsheet i want to display the relevant information from the "List" spreadsheet, if it is unchecked in the "Checklist" spreadsheet.

    The report will detail the missing (unchecked) information that is required to be resubmitted.

    Workbook attached.

    Thanks in advance to anyone that can be of assistance.

    WeedMan.
    Attached Files Attached Files
    Last edited by WeedMan; 09-12-2011 at 05:04 AM. Reason: Solved

  2. #2
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Using an IF statement to produce a report based on a checklist

    See the attatch file
    Attached Files Attached Files
    Azam
    If you want to say Thank you to a member, click the reputation icon (Star) in the left bottom of the post.
    For prompt answer, be descriptive, concise, short, direct, and to-the-point.

  3. #3
    Registered User
    Join Date
    08-04-2011
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Using an IF statement to produce a report based on a checklist

    G'day mate

    Thanks for your help.

    That formula seems to be working fine, thing is, i need all of the information under each relevant heading in the "list" spreadsheet to be displayed in the "report" spreadsheet.

    If need be, i can merge all of the info for each heading in the "List" spreadsheet, into one cell per heading.

    Thanks again

    Weedman

  4. #4
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Using an IF statement to produce a report based on a checklist

    there is no need to merge the cells

    use follwoing formula in cell # A4
    =INDEX(Checklist!A$3:A$10,SMALL(IF(Checklist!$B$3:$B$10=FALSE,ROW(Checklist!$B$3:$B$10)),ROWS(A$4:A4))-2)
    and confirm through Ctrl+Shift+Enter

    then copy it on the required range in column C and subsequent colmuns

  5. #5
    Registered User
    Join Date
    08-04-2011
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Using an IF statement to produce a report based on a checklist

    Hello again Azam

    Thanks for your help.

    That formula is not working. the value in the report sheet does not disappear when the box is checked.

    Also, it can not be copied down or across.

    Have a go in the attached sheet and see if you can get it to work, perhaps i am doing something wrong

    Thanks again for your help

  6. #6
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Using an IF statement to produce a report based on a checklist

    see the attatch file
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    08-04-2011
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Using an IF statement to produce a report based on a checklist

    Hey mate, thanks for having a go, but that's not it at all.

    The information to be displayed in the "report" sheet, needs to come from the "List" sheet.

    The information displayed in the "report" sheet needs to be all if the information under the corresponding heading from the "list" sheet.

  8. #8
    Registered User
    Join Date
    08-04-2011
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Using an IF statement to produce a report based on a checklist

    The attached is close to what i want but it still has some bugs.

    Is it possible to amend the formula in the Report sheet so that it produces no gaps or zero's between bunches of information displayed in the Report spreadsheet?
    Attached Files Attached Files

  9. #9
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Using an IF statement to produce a report based on a checklist

    attach file may help
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    08-04-2011
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Using an IF statement to produce a report based on a checklist

    Hello again Azam

    Mate looks like you've done it.
    Note: copy down the cells range highlighted with green
    Not sure what this note means though?

  11. #11
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Using an IF statement to produce a report based on a checklist

    there is a formual in Cell A3 which is copy down on column A
    there is a formula in cell B4 which is copy down on column B
    there is seperate formula in Cell C3, C4 & C5 and Cell C3:C5 are copied down on column C and also copied on column D.

  12. #12
    Registered User
    Join Date
    08-04-2011
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Using an IF statement to produce a report based on a checklist

    For the purpose of adding on to the bottom of the checklist?

    Because i am having trouble getting the report to work after adding to the "Checklist", and the "List"!

  13. #13
    Registered User
    Join Date
    08-04-2011
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Using an IF statement to produce a report based on a checklist

    I have attached the final draft of this worksheet.

    After updating the information in the list and checklist sheets, the report sheet has stoped working.

    If you could please have one more look at this for me, i will be forever in your debit.

    Thanks again for all of your help,

    WeedMan.
    Attached Files Attached Files

  14. #14
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Using an IF statement to produce a report based on a checklist

    see the attatch file

    It is recommended to always use evaluate formula option in the formula tab in order to understand the formula so that you make such formulas by yourself
    Attached Files Attached Files

  15. #15
    Registered User
    Join Date
    08-04-2011
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Using an IF statement to produce a report based on a checklist

    Thanks Azam

    Mate there is no way i can begin to understand the bunch of numbers and symbols in your formula's. there is a reason i am posting in the new user forum.

    The only problem i am now having is text wrapping.

    Each time the report changes, i need the cells to adjust to fit the text. I have selected wrap text, but I can't expect the people that will be using this to have to highlight and wrap the text each time they use the checklist.

  16. #16
    Registered User
    Join Date
    08-04-2011
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Using an IF statement to produce a report based on a checklist

    Azam, just realised i uploaded the wrong file before, could you please have one more look at this for me?

    I only had about half of the information on that last one, and once again after i added more info, the report stopped working!

    I've looked up the formula evaluation like you suggested, but just cant get the thing to work.
    Attached Files Attached Files
    Last edited by WeedMan; 09-11-2011 at 02:05 AM.

  17. #17
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Using an IF statement to produce a report based on a checklist

    see the attatch file
    Attached Files Attached Files

  18. #18
    Registered User
    Join Date
    08-04-2011
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Using an IF statement to produce a report based on a checklist

    Thank you very much Azam, I owe you big time!

    WeedMan

+ 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