+ Reply to Thread
Results 1 to 3 of 3

Create a cell to react based on an "Inbetween value"

  1. #1
    Registered User
    Join Date
    11-12-2013
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    15

    Create a cell to react based on an "Inbetween value"

    G'day people!

    Just wondering if it was possible to create a formula like : =IF(R[5]C[-1]>8<10," Disagree ","") Basically this is asking the cell that if the value
    of the cell selected is greater then 8 but under 10 the cell will change to "disagree"

    Have I typed this out correctly? Or am I missing something?

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Create a cell to react based on an "Inbetween value"

    welcome to the forum, Julian. not sure why you are using R1C1 style, since you are not doing VBA. but it would be something like:
    =IF(AND(R[5]C[-1]>8,R[5]C[-1]<10),"Disagree","")

    assuming the above formula is in G1, it's actually looking at the cell 5 rows down & 1 column to the left (i.e. F6). so in a normal way:
    =IF(AND(F6>8,F6<10),"Disagree","")

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    11-12-2013
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Create a cell to react based on an "Inbetween value"

    Thank You Benishiryo! hopefully one day ill be able to contribute more to the forum!

    And that worked perfectly, You're a Champion!

+ 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. Trying to extract "Text" inbetween ":" and ","
    By Paulzr27 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-06-2013, 05:48 AM
  2. Change "Parent" cell based on results of multiple "Children" cells
    By ccowman in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-14-2012, 02:33 AM
  3. Create different formulas based off of "Yes" or "No"
    By fordieuk in forum Excel General
    Replies: 15
    Last Post: 07-13-2012, 05:15 PM
  4. Split cell values based on "," and "-" and format as shown below
    By Roop in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-22-2012, 12:28 AM
  5. Merging two time cells with a "-" inbetween
    By khoadphamm in forum Excel General
    Replies: 3
    Last Post: 01-27-2011, 11:34 AM

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