+ Reply to Thread
Results 1 to 6 of 6

summary of RSI chart showing in a single cell

  1. #1
    Registered User
    Join Date
    08-04-2017
    Location
    Cotswolds
    MS-Off Ver
    2016
    Posts
    4

    summary of RSI chart showing in a single cell

    Hi Forum,

    I am stuck on a problem with a formula.I am wanting to summarize an RSI chart into a cell by highlighting it Green for a rising RSI from 30 to 70 and when it falls below 70 to 30 the cell turns red. My problem is that the formula has to know when it reaches above 70 and accordingly realise that if it goes to lets say 51 it is going down and not up.

    Any questions or ideas will be greatly received

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,150

    Re: summary of RSI chart showing in a single cell

    RSI??? Repetitive Strain Injury??

    More explanation needed. It sounds like you want Excel to "remember" a previous value in a cell and compare it with the current value and then format accordingly. You cannot do that using formulae.

    Will you please attach a SMALL sample Excel workbook (10-20 rows of data is usually enough)? Please don't attach a picture of one (no-one will want to re-type all your stuff before starting).

    1. Make sure that your sample data are truly REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired solution is also shown (mock up the results manually).

    3. Make sure that all confidential information is removed first!!

    4. Try to avoid using merged cells. They cause lots of problems!

    Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    08-04-2017
    Location
    Cotswolds
    MS-Off Ver
    2016
    Posts
    4

    Re: summary of RSI chart showing in a single cell

    Hi, Thanks for your reply,

    I have submitted an attachment.RSI = Relative strength Inex

    I would like cell D248 to have either the word "good" if trend is going upward above 30, or "Bad" if trend is below 70
    Any ideas?

    Many Thanks Rob
    Attached Files Attached Files

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

    Re: summary of RSI chart showing in a single cell

    See if this is helpful.
    1) Populate cell AE48 using: =INDEX(Y3:Y100,COUNT(Y3:Y100))
    2) Populate cell AF48 using: =INDEX(Y3:Y100,COUNT(Y3:Y100)-1)
    3) Populate cell AD48 using: =IF(AE48< AF48,"Bad",IF(AND(AE48>AF48,AE48>=30),"Good",""))
    I am leaving the last option blank as I don't know what you would want the cell to display in the event that the trend was rising but the last value was not 30 or above, nor in the case where the last two values are the same.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Registered User
    Join Date
    08-04-2017
    Location
    Cotswolds
    MS-Off Ver
    2016
    Posts
    4

    Re: summary of RSI chart showing in a single cell

    Hi JeteMc,

    Thank you for your reply.I have tried the formula but seem to be only getting "Good" in cell AD48 when it should read "Bad" 0n last enties into
    Y1:Y100

    Any thoughts

    regards Rob
    Attached Files Attached Files

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

    Re: summary of RSI chart showing in a single cell

    Either the formula to find the next to the last value in the column =INDEX(Y3:Y100,COUNT(Y3:Y100)-1) needs to be in AF48 or
    the formula for displaying 'Good' and 'Bad' needs to be changed so that it takes the value from AG48 as in =IF(AE48<AG48,"Bad",IF(AND(AE48>AG48,AE48>=30),"Good",""))
    To go further down the column than Y100 you will need to change the range of the formulas in AE48 and AF48 to something like Y3:Y1000.
    For the longer term it may be worthwhile to change the data ranges into a table.
    Let us know if you have any questions.

+ 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: 1
    Last Post: 07-06-2013, 05:14 AM
  2. [SOLVED] Pull data from a single Cell in many diffrent sheets to the summary sheet
    By iancghln in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 09-21-2012, 02:24 PM
  3. Replies: 1
    Last Post: 07-14-2012, 11:46 AM
  4. Single cell is showing formula
    By cmansocked in forum Excel General
    Replies: 8
    Last Post: 01-23-2012, 08:32 PM
  5. Single chart showing different level of details
    By sundaysun in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 07-26-2011, 08:56 AM
  6. Excel 2007 : Chart showing wrong if cell is blank
    By sherifpv in forum Excel General
    Replies: 6
    Last Post: 05-31-2011, 03:49 AM
  7. summary of date showing only values
    By cathal78 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-07-2011, 11:31 AM
  8. Showing/Hiding Chart Based on Cell Value
    By SPDavern in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-17-2005, 08: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