+ 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
    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.

+ 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