+ Reply to Thread
Results 1 to 7 of 7

Help Needed, is a check list possible.

  1. #1
    Registered User
    Join Date
    07-02-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    14

    Help Needed, is a check list possible.

    Afternoon All,

    I was wondering if anyone knows if there is an easy way for me to do a check list with-in a spreadsheet.

    For example if I have an column full of item codes is there away to type in the codes somewhere as we check them off and then when we are complete it would list the items that have not been checked off or list any extra that have been entered.

    It would also be good if the qty could be entered and it would list any shortages.

    No idea how this can be set up, your help and thoughts would be greatly received.

    Gavgav

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Help Needed, is a check list possible.

    Something like this..
    Attached Files Attached Files
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    07-02-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: Help Needed, is a check list possible.

    Thanks for that, that would work, is there any way were it is possible to not have to do a separate list but just type the codes into a one dialogue box and hit enter or something and that would list them all. your solution is great and would definitely do the job but some of the lists i need to get people to check are 900-1000 lines long if they could just enter the codes rather than entering 900 lines that would be amazing.

  4. #4
    Registered User
    Join Date
    07-02-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: Help Needed, is a check list possible.

    Hi Ace,

    Once all the items have been checked is there a way to pull all the codes that are missing (have a false next to them) into a separate summary sheet, I know you could just filter the column but it would be good if they were just listed on a separate tab.

    Thanks for all your assistance so far.

    Gav

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Help Needed, is a check list possible.

    In A2 of another sheet, put this ARRAY formula and copy down. You can use the if(iserror(as you work on Excel 2003) to get rid of #n/a values.

    =INDEX(Sheet1!$A$2:$A$1000,SMALL(IF(Sheet1!$B$2:$B$1000=FALSE,ROW(Sheet1!$A$2:$A$1000)-1),ROW(Sheet1!A1)))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  6. #6
    Registered User
    Join Date
    07-02-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: Help Needed, is a check list possible.

    Thanks for the formula but it does not seem to work fully and i am sure that is my fault somehow, I have attached the sheet with the codes in i would be using and the formula does not drag down and it also lists codes that have a true value.

    any ideas what i doing wrong.

    Thanks
    Attached Files Attached Files

  7. #7
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Help Needed, is a check list possible.

    You use this formula that i suggested.

    =INDEX(sheet1!$A$2:$A$1000;SMALL(IF(sheet1!$B$2:$B$1000=FALSE;ROW(sheet1!$A$2:$A$1000)-1);ROW(sheet1!A1)))

    1) This formula is looks in column B to find any FALSE values. BUT in your last sample workbook FALSE values are in column C of your first sheet.

    2) When you use an ARRAY formula, you have to confirm using Control+Shift+eNTER. nOT JUST eNTER.

    You have to use formula like this.

    =INDEX(sheet1!$A$2:$A$1000;SMALL(IF(sheet1!$C$2:$C$1000=FALSE;ROW(sheet1!$A$2:$A$1000)-1);ROW(sheet1!A1)))

    Also i did a slight modification in formula of column C.

    =IF(A2="";"";ISNUMBER(MATCH(A2;F:F;0)))
    Attached Files Attached Files

+ 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