+ Reply to Thread
Results 1 to 3 of 3

Create Maximum Value that appears in column

  1. #1
    Registered User
    Join Date
    09-26-2012
    Location
    Texas, United States
    MS-Off Ver
    Excel 2007
    Posts
    14

    Create Maximum Value that appears in column

    I have attached a spreadsheet that I need help with.

    I need to adjust this spread sheet to where it keeps the true annual % Change values (Column D); however if the value is above 5% I want the cell to show 5%.

    Essentially, I need the maximum percent increase to be 5%, but have the spreadsheet still be able to show the true value if you click on the cell and the value is greater than 5%.

    Is this possible?

    Any help would be greatly appreciated.

    Thanks!!
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Create Maximum Value that appears in column

    Try

    =MIN(0.05,(B17-B5)/B5)

    Contradictory statements
    however if the value is above 5% I want the cell to show 5%. and
    but have the spreadsheet still be able to show the true value if you click on the cell and the value is greater than 5%.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    09-26-2012
    Location
    Texas, United States
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Create Maximum Value that appears in column

    Thanks for your help!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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