+ Reply to Thread
Results 1 to 14 of 14

Wrist Band Series -Gate Tally

  1. #1
    Registered User
    Join Date
    07-19-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    7

    Wrist Band Series -Gate Tally

    We use wristbands that have sequential numbers. Our current gate tally requires the first band start number (this band not sold) and the last band stop number (this band not sold).

    I would like to insert beginning band number (e.g. 6000) then final band number (e.g. 6010) then show total bands sold (minus start and stop bands which are NOT sold). The total $ column simply multiples the total bands sold against cost of band.

    Where no band numbers are entered, I want the total sold to indicate a 0 value, not -2 like my formula does.


    Any help would be greatly appreciated.



    Gate Tally.PNG

  2. #2
    Valued Forum Contributor
    Join Date
    10-26-2008
    Location
    Birmingham, UK
    MS-Off Ver
    All versions up to 2010
    Posts
    1,025

    Re: Wrist Band Series -Gate Tally

    Hi
    You could use something like:
    =IF(AND(B2="",C2=""),"0",(C2-B2-2))
    Hope this helps
    Tony

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Wrist Band Series -Gate Tally

    =(count(b2:c2)=2) * (c2-b2+1)
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    07-19-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    7

    Re: Wrist Band Series -Gate Tally

    shg,

    thank you this worked

    =(COUNT(B8:C8)=2) * (C8-B8-2)

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Wrist Band Series -Gate Tally

    It may, but it doesn't agree with the numbers in your example.

  6. #6
    Registered User
    Join Date
    07-19-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    7

    Re: Wrist Band Series -Gate Tally

    thank you

    I have attached the tally sheet - I don't entirely understand the formula - it does seem to work correctly.

    Then intent is to put the actual start and stop band numbers into the tally sheet (these to bands are not sold). The formula
    them accounts for bands sold minus two bands not sold - then the band cost is multiplied by that total.

    My goal is to lock both forms, so the attendants only input information in highlighted boxes and then print and send in
    pdf each day.

    Thanks again for your help!
    Attached Files Attached Files

  7. #7
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Wrist Band Series -Gate Tally

    If only the tickets between 6020 and 6050 were sold, excluding the endpoints, that is 6021 through 6049, which is 29 sold, no?

  8. #8
    Registered User
    Join Date
    07-19-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    7

    Re: Wrist Band Series -Gate Tally

    At face value - it looks like

    6050-6020=30-2 (not sold)=28

    But when counting actual tickets it's actually 29 tickets sold.

    This may be simple, but I don't see it

  9. #9
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Wrist Band Series -Gate Tally

    If the ticket numbers were 1 and 2, how many tickets were sold? Show your work.

  10. #10
    Registered User
    Join Date
    07-19-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    7

    Re: Wrist Band Series -Gate Tally

    If start ticket is 0001 and stop ticket is 0002 - I would have sold tickets

    But if I subtract 0002-0001=1 ticket sold?

  11. #11
    Registered User
    Join Date
    07-19-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    7

    Re: Wrist Band Series -Gate Tally

    I really want to understand the logic, but more importantly need the tally sheet to balance.

  12. #12
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Wrist Band Series -Gate Tally

    If you sold neither of the end tickets, then the number of tickets sold is =last-first-1

    If the first ticket is 1 and the last is 2, then 2-1-1 = 0 tickets sold.

    It's arithmetic -- I'm not sure how else to explain it.

  13. #13
    Registered User
    Join Date
    07-19-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    7

    Re: Wrist Band Series -Gate Tally

    It clicked - I just didn't see it - thank you very much for your help.

    I will revise the formula to -1 , have a great week!

  14. #14
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Wrist Band Series -Gate Tally

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 12-29-2013, 10:49 PM
  2. logic gate formula
    By raptorslover28 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 02-12-2012, 12:19 AM
  3. How to tally series of 1's in a single cell?
    By sproutus in forum Excel General
    Replies: 1
    Last Post: 11-29-2007, 05:00 PM
  4. [SOLVED] create tally sheet for positions- insert names and tally #
    By tally sheets in forum Excel General
    Replies: 0
    Last Post: 04-11-2006, 04:45 PM
  5. Assigning a Function Key for a Weary Wrist
    By RalphSE in forum Excel General
    Replies: 12
    Last Post: 03-20-2006, 02:55 AM

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