+ Reply to Thread
Results 1 to 5 of 5

IF value is <=> than C3 values 15%, then ok, if not check

Hybrid View

  1. #1
    Registered User
    Join Date
    08-07-2019
    Location
    england
    MS-Off Ver
    MS 2013
    Posts
    8

    Unhappy IF value is <=> than C3 values 15%, then ok, if not check

    Hi there,

    i truly think that i will drown in a mist of google searches how i can formulate a formula in excel to get what i need

    I need this formula to be in line 12, and it must act like this:

    to check if the value in G8 is less equal or greater than 15% of the value in F8, if its within 15% thats OK, if above than it needs to write CHECK

    New Microsoft Excel Worksheet.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.92 (24120731))
    Posts
    9,086

    Re: IF value is <=> than C3 values 15%, then ok, if not check

    how about
    =IF( AND(F8<=(G8*1.15),F8>=(G8*0.85)),"OK","Check")

    Assuming i understand the wording
    some examples would help

    G8 less 15% = G8*0.85 =1621.3665
    G8 Plus 15% = G8*1.15 =2193.6135

    so providing F8 is between those 2 values

    F8<=(G8*1.15)
    F8>=(G8*0.85)

    then its OK
    hence the AND()

    see formula in I8
    and the %'s just for indication only in G13 & G14 NOT used

    is this what you meant ?
    Attached Files Attached Files
    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
    04-19-2011
    Location
    Leeds
    MS-Off Ver
    Excel 365
    Posts
    50

    Re: IF value is <=> than C3 values 15%, then ok, if not check

    =IF(OR(G8<F8*0.85,G8>F8*1.15),"Greater than 15% away","Within 15%")

    Replace the text in quotes with whatever you need.
    Last edited by Feastie; 10-07-2022 at 11:12 AM.
    There's always a way.

  4. #4
    Registered User
    Join Date
    08-07-2019
    Location
    england
    MS-Off Ver
    MS 2013
    Posts
    8

    Re: IF value is <=> than C3 values 15%, then ok, if not check

    thank you both, your formulas are exactly what i needed, i have tolerance of 15% and anything above or below it needs to be checked much appreciated

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,086

    Re: IF value is <=> than C3 values 15%, then ok, if not check

    you are welcome

+ 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. Check if all values in a column are between two defined values
    By AKJRADIO in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-07-2020, 09:59 AM
  2. Check duplicate values and combine cell values to form a single entry
    By kjxavier in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-21-2018, 02:38 AM
  3. Check range for values and return list of found unique values
    By kian82 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-13-2017, 04:45 AM
  4. Replies: 2
    Last Post: 08-22-2015, 09:40 AM
  5. possible to check for file in multiple folders, then check for values in specific cells?
    By mattheritage in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-04-2014, 08:33 AM
  6. Replies: 5
    Last Post: 10-26-2013, 01:03 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