+ Reply to Thread
Results 1 to 5 of 5

Conditional Formatting to show week over week improvement/decline

  1. #1
    Registered User
    Join Date
    12-15-2014
    Location
    America
    MS-Off Ver
    Microsoft Office 2013
    Posts
    20

    Conditional Formatting to show week over week improvement/decline

    I am attempting to show week over week improvement or decline by using conditional formatting directional icon sets. How do I apply this formatting to my data? I have attached the list I am referring to. Any help is greatly appreciated!

    cond form.xlsx

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,734

    Re: Conditional Formatting to show week over week improvement/decline

    try
    =IFERROR(IF(INDEX(A:A,MATCH(F2,B:B,0))>E2,0,1),"")
    in the cell and then use icons

    if your range is not changing try using
    =IFERROR(IF(INDEX(A2:A50,MATCH(F2,B2:B50,0))>E2,0,1),"")
    its more efficient then using the A:A

    EDIT
    I have changed the code to use 2,1,0 to also show a amber arrow for staying in same position
    formula is
    =IFERROR(IF(INDEX(A:A,MATCH(F2,B:B,0))>E2,0,IF(INDEX(A:A,MATCH(F2,B:B,0))=E2,1,2)),"")
    and then change the icon conditional formatting
    as shown in ETAF2
    Attached Files Attached Files
    Last edited by etaf; 06-12-2015 at 03:30 PM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    12-15-2014
    Location
    America
    MS-Off Ver
    Microsoft Office 2013
    Posts
    20

    Re: Conditional Formatting to show week over week improvement/decline

    Etaf, I'm not sure I follow the formatting. For example on the "etaf2" doc, the second column has ANC showing a week over week improvement of 1 even though it moved up from 34th to 1st place on the rankings. Is there any way to show the precise number of moves? Thanks!

  4. #4
    Registered User
    Join Date
    12-15-2014
    Location
    America
    MS-Off Ver
    Microsoft Office 2013
    Posts
    20

    Re: Conditional Formatting to show week over week improvement/decline

    Scratch that last response etaf! I understand my misunderstanding and have corrected the icon sets to accurately portray your formula data. Thanks again!

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,734

    Re: Conditional Formatting to show week over week improvement/decline

    you can have the number if needed

+ 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 Formatting for Day of Week
    By mdt175 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-13-2014, 08:21 PM
  2. Replies: 4
    Last Post: 04-25-2014, 12:30 PM
  3. How to: identify repeat offenders within a 3 week period (week per week basis)
    By Heloc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-28-2012, 12:43 AM
  4. Show Start of Week End of Week
    By djblois1 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-13-2012, 12:31 PM
  5. Always Show Week Beginning or Week Wending
    By mycon73 in forum Excel General
    Replies: 3
    Last Post: 10-18-2010, 03:26 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