+ Reply to Thread
Results 1 to 3 of 3

Add Up/Down Arrows to a Table to increases/decreases in Variances

  1. #1
    Forum Contributor
    Join Date
    11-06-2007
    Posts
    123

    Add Up/Down Arrows to a Table to increases/decreases in Variances

    Hi

    I have managed to get up and down arrows to show increases and decreases to the variances in specific populations, please see attached. I would like to remove the minus "-" sign on the decreases. I would also like to make the arrows bigger and bolder.

    Thank you

    Regards

    Cortlyn
    Attached Files Attached Files
    Last edited by Cortlyn; 05-14-2013 at 04:37 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Add Up/Down Arrows to a Table to increases/decreases in Variances

    This will remove your negatives

    =IF(B2>0," ↑ ",IF(B2<0," ↓ ", " ↔ "))& TEXT(ABS(B2), "0.00%")

    I also put some spaces in front of and behind your arrows to separate them a bit so they stand out. I do not have any idea how to bold only them or make only them larger.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor
    Join Date
    11-06-2007
    Posts
    123

    Re: Add Up/Down Arrows to a Table to increases/decreases in Variances

    That is a great help ChemistB. Thank you very much..

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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