+ Reply to Thread
Results 1 to 4 of 4

% Range Formula

  1. #1
    Registered User
    Join Date
    05-17-2017
    Location
    Nottingham, England
    MS-Off Ver
    Version 1703
    Posts
    42

    % Range Formula

    Hi all,

    Is there a simple formula that would configure the following equation.

    In C4, there will be a % figure

    In D4, I'd like a formula that would do the following

    100% and above = 1
    Between 90% and 99.99% = 0
    Less then 90% = -2

    Is this possible?

    Thanks in advance!!

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

    Re: % Range Formula

    Try
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    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
    Registered User
    Join Date
    05-17-2017
    Location
    Nottingham, England
    MS-Off Ver
    Version 1703
    Posts
    42

    Re: % Range Formula

    Wow thanks, worked perfectly.

    Is there anyway, in the event C4 is empty, it doesn't auto populate? Just stays at 0.

    Thanks for the formula though - really appreciate it

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,268

    Re: % Range Formula

    =if(c4="",0,index({-2,0,1}, match(c4,{0,0.9,1})))

+ 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: 3
    Last Post: 09-09-2019, 03:59 PM
  2. [SOLVED] SUMIF formula with dynamic column range and then expand the width of SUM range
    By gravythief in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-26-2017, 08:36 AM
  3. [SOLVED] Make data range in formula shift for a whole range when copying cell
    By Zaron in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-21-2016, 06:37 AM
  4. Replies: 1
    Last Post: 11-24-2015, 03:00 AM
  5. Replies: 1
    Last Post: 11-07-2014, 01:42 PM
  6. Replies: 2
    Last Post: 09-01-2014, 07:59 AM
  7. Replies: 1
    Last Post: 06-17-2006, 09:10 PM

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