+ Reply to Thread
Results 1 to 2 of 2

Change in quantity highlighting

  1. #1
    Registered User
    Join Date
    06-17-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    2

    Change in quantity highlighting

    Hello, I work for an Automotive Parts supplier and I have a list of all of the parts we have listed on eBay. The excel list includes: Part Numbers, Manufacturer, and current stock we have. I need a way to highlight the products that were in stock and are now out of stock and the parts that were out of stock and are now in stock. I thought about conditional formatting and I think that is still a good way to do it but I will differ to the more knowledgeable community. Please help me find a way to highlight the rows that have changes in stock, preferably in two separate colors. Thank you.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: Change in quantity highlighting

    To know changes in stock you need to know two things: what the stock was before and what it is now.
    Lets assume column A is stock before and column B is stock now.

    Use condtional formatting as you suggested with the option "use a formula to determine..."
    with the formulas

    =AND(A1=0,B1<>0)
    to indicate items that are now in stock and format as required

    Similarly
    =AND(A1<>0,B1=0)
    to indicate items that are now out of stock and format as required
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. [SOLVED] Conditional Formulas - How do I make quantity of a cell change the value of other cells?
    By johnny.rockets in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-16-2013, 07:43 PM
  2. Divide monthly Quantity into Weekly quantity ...
    By jitendra.mistry in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-24-2010, 01:36 PM
  3. Replies: 5
    Last Post: 11-23-2009, 06:24 PM
  4. Replies: 2
    Last Post: 05-01-2009, 07:47 AM
  5. Average that change with quantity of data
    By feejo in forum Excel General
    Replies: 5
    Last Post: 08-01-2007, 06:10 PM

Tags for this Thread

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