+ Reply to Thread
Results 1 to 2 of 2

How do I create an indicator on the top to signal when the cell on the bottom is positive?

Hybrid View

  1. #1
    Registered User
    Join Date
    12-29-2016
    Location
    US
    MS-Off Ver
    2016
    Posts
    13

    How do I create an indicator on the top to signal when the cell on the bottom is positive?

    My Excel sheet will automatically add a cell to the last cell in a column every day. I want to know, WITHOUT having to scroll down, whenever the last number in the column is positive.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: How do I create an indicator on the top to signal when the cell on the bottom is posit

    You could use a conditional format or a formula at the top of your sheet. With your number column in column A, select cell A1 and create a conditional formatting rule with a formula

    =INDEX($A:$A,MATCH(99^99,$A:$A,1))<0

    Select a format, for example a red fill. Any time the last number in column A is negative, cell A1 will turn red. If you want to mark positive numbers with green, create another rule with the formula

    =INDEX($A:$A,MATCH(99^99,$A:$A,1))>=0

    and use a green fill

    Or use a formula in cell A1

    =if(INDEX($A:$A,MATCH(99^99,$A:$A,1))<0,"negative","positive")

    cheers, teylyn

+ 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. Create new row at bottom of table.
    By Dagoom in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-11-2013, 10:59 AM
  2. Signal Detection
    By kd5649 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-09-2013, 08:17 AM
  3. Replies: 2
    Last Post: 05-20-2010, 05:21 PM
  4. How to create a forumla that selects the right most column, and bottom-most cell
    By JFarris in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-29-2009, 12:11 PM
  5. Progess Indicator - "Circle" Indicator By Andy Pope
    By NaNaBoo in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-30-2009, 10:48 AM
  6. create an indicator such as a moving arrow
    By Rmartin in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 03-03-2009, 12:45 PM
  7. Do / Don't signal generator
    By JAYLOTT in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-02-2007, 07:24 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