+ Reply to Thread
Results 1 to 5 of 5

Trying to crate an accurate glove tracker

  1. #1
    Registered User
    Join Date
    02-16-2021
    Location
    Port Deposit MD
    MS-Off Ver
    2013
    Posts
    7

    Trying to crate an accurate glove tracker

    We use a lot of gloves at work and I am trying to create a spreadsheet that tracks not only how many we have but how much we spent (running total). I did the workbook I submitted but whenever I put in a negative (eg Tom took 12 pairs) it deducts from the $ amount. I need to keep track starting with how many we have and plus or minus how many we receive or use but the $ amount should only ever go up based on how many we buy. Not sure if this is important but the company only sells them in 12 pairs at a time.
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Trying to crate an accurate glove tracker

    I think you need to have two columns: one for purchased, and one for in stock. The purchased figure would sum only positive values, whereas the in stock figure would sum both purchases and sales. Your spend value would be calculated on the purchased count.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    02-16-2021
    Location
    Port Deposit MD
    MS-Off Ver
    2013
    Posts
    7

    Re: Trying to crate an accurate glove tracker

    This is where i kept getting stuck, i could not figure out how to make the total ignore any negative values. Obv the total in stock needs to pay attention to them but the $ total has to ignore all negatives or the value obv goes down

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Trying to crate an accurate glove tracker

    Insert new column F. Use the formula (F3):
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copied down.
    Then column H remains as (H3)FORMULA]=SUM(H3:AX3)[/FORMULA]copied down.

    Column C becomes (C3)
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copied down.

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Trying to crate an accurate glove tracker

    Forgot: cell F2 has header "Purchased".

+ 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. Need Support to Crate a Small Program
    By shabee417 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-21-2016, 12:02 AM
  2. Help build a Leave tracker and Effort Time Estimation Tracker
    By cherias in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-29-2015, 02:10 PM
  3. Replies: 2
    Last Post: 06-12-2013, 10:15 AM
  4. Crate a programme / application?
    By Dibbley247 in forum The Water Cooler
    Replies: 5
    Last Post: 11-06-2012, 05:18 PM
  5. [SOLVED] Add data to cell to crate formula
    By nobbyknownowt in forum Excel General
    Replies: 4
    Last Post: 04-14-2006, 02:35 AM
  6. [SOLVED] help how to crate group of date with Dynamic Range?
    By Tiya in forum Excel General
    Replies: 0
    Last Post: 02-27-2006, 02:55 PM
  7. crate formula in VBA
    By Tadashii in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-10-2006, 07:05 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