+ Reply to Thread
Results 1 to 8 of 8

Creating a numerical countdown:show in spreadsheet

  1. #1
    Registered User
    Join Date
    02-19-2009
    Location
    Bentonville, AR
    MS-Off Ver
    Excel 2010
    Posts
    16

    Creating a numerical countdown:show in spreadsheet

    I am working on a spreadsheet that pulls a report from data. I am using a "counta" formula to show how many listings I have based on the information listed in Col. A. I am showing (ex. Count 34) at the top of the spreadsheet. Now what I am trying to do is as I am copying the info under LastName and pulling the needed data from another source, I would like to figure out a formula that as I go down the list, the total number will increment down showing me what I have left to do on the list from the original total amount. Is this possible?

    Also I would like to find a way to either have the words on the line previously that was done change colors or have the whole cell line across change to a different color showing that that line has been done. Can this be done as well? I am new to learning formulas and VBA programming language and I am eager to learn. Thanks for any help in this regard.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    re: Creating a numerical countdown:show in spreadsheet

    Unless you can use one of the cells in a row as a reference to what is past and what is new, then you probably can't do that with Excel built-in functionality.. you may need VBA to create date stamps to go by....

    Let us know what fields you have in the workbook that can possibly be use to determine the breakpoint (e.g. date created, row number (or record number), etc...)

    Maybe a sample of your sheet attached might help too.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    02-19-2009
    Location
    Bentonville, AR
    MS-Off Ver
    Excel 2010
    Posts
    16

    re: Creating a numerical countdown:show in spreadsheet

    In the attached file, you can see the report that I am working on. At the top there is a Count 34 in which I am using the "counta" formula. As I copy the lastname (as can be seen as highlighted) I then make sure the last two columns match in choices and then I make them "Bold." I hope that the attachment helps out a little. Then I go the next line down and repeat the procedure by highlighting the LastName.
    Attached Images Attached Images

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    re: Creating a numerical countdown:show in spreadsheet

    Doesn't really make sense...

    How do we know what you now copy/pasted...

    I see 34 lines, but what will the next line show that these don't... will there be a new PAMDate?

    Also, please attach a excel spreadsheet so that we can test solutions, if needed.

  5. #5
    Registered User
    Join Date
    02-19-2009
    Location
    Bentonville, AR
    MS-Off Ver
    Excel 2010
    Posts
    16

    re: Creating a numerical countdown:show in spreadsheet

    The only changes that occur as I go down the list is the column choices under "Downpayments" and "Installments" change from normal black to bold black and I do that by highlighting the two and changing the color type. Then I go to the next line down and "copy" the next last name on the list. See attached spreadsheet example. Thanks for any help...
    Attached Files Attached Files

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    re: Creating a numerical countdown:show in spreadsheet

    Still not sure if I understand you exactly.. but maybe this?

    You can't use basic Excel to count the number of "highlighted" items, but if perhaps in the adjacent column you place an "x" or similar marker next to the completed items, then you can use the same Counta() formula to count the number of items.. then subtract the 2 Counta() results to get your "number left to do".

    Otherwise, you will need VBA.. which is someone else's to help you with...

  7. #7
    Registered User
    Join Date
    02-19-2009
    Location
    Bentonville, AR
    MS-Off Ver
    Excel 2010
    Posts
    16

    re: Creating a numerical countdown:show in spreadsheet

    This is not what I am looking for. I guess I need to look elsewhere. Someone here is bound to understand what I need to accomplish. It should not be that difficult to program.

  8. #8
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    re: Creating a numerical countdown:show in spreadsheet

    It should not be that difficult to program.
    look here then
    http://www.dummies.com/store/product...764574124.html
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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