+ Reply to Thread
Results 1 to 2 of 2

Identifying % growth in a single column of cells

  1. #1
    Registered User
    Join Date
    12-20-2019
    Location
    Arlington, TX
    MS-Off Ver
    2010
    Posts
    27

    Identifying % growth in a single column of cells

    I have a single column of values in Column A.

    I want to identify specific growth patterns in this column of Cells.

    Ex: I want to see when the value of cell A2 (518.5) reaches 101% (or just about). I multiplied A2*101% and it returns the cell value in C2 "523.685". In the following column I the same thing, but with 99%, with this one returning "513.315" in D2.

    The values that reach this percentage in are highlighted respectively. A2 reached 101% in cell A16 (highlighted yellow). A2 reached 99% in cell A6. I would like this to be as precise as possible, +/-.03

    IE:

    523.685(C2) - 523.389(A16) = 0.296

    513.315(D2) - 513.08(A6) = 0.235.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,547

    Re: Identifying % growth in a single column of cells

    If I understand what you want then use the following formulas as conditional formatting rules.
    For Yellow: =ABS(A$2*101%-A2)<=0.3
    For Green: =ABS(A$2*99%-A2)<=0.3
    Note that if 0.03 were used, then neither of the values in A6 nor A12 would be highlighted as they are in the sample.
    Let us know if you have any questions.
    Last edited by JeteMc; 02-29-2020 at 05:44 PM.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] distribution of values from single cell to multiple cells in single column
    By WhatsGig in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 08-29-2017, 02:30 PM
  2. Replies: 8
    Last Post: 11-24-2015, 11:32 AM
  3. Replies: 3
    Last Post: 07-15-2014, 03:42 PM
  4. [SOLVED] auto fill series linear growth trend between non-adjacent cells in a column
    By gshorey in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-07-2013, 04:34 PM
  5. [SOLVED] Identifying Unique ID's in a Single Column
    By Waycool86 in forum Excel General
    Replies: 6
    Last Post: 05-23-2013, 01:37 PM
  6. [SOLVED] Identifying text within column of cells, and applying a generic code in next column
    By ScotsExpat in forum Excel - New Users/Basics
    Replies: 11
    Last Post: 08-16-2012, 01:00 AM
  7. Identifying single column within named range
    By ESAEO in forum Excel General
    Replies: 2
    Last Post: 03-24-2005, 06:06 PM

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