+ Reply to Thread
Results 1 to 6 of 6

fill data between interval in two column then see if the result is true or false

  1. #1
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    fill data between interval in two column then see if the result is true or false

    Hi all
    want to make the following
    when i enter Percent in F column then automatic data filled in column G,H (highest $ lowest Conc) according to percent
    for example 50% is is inetrval between 1 and 0.6 in column D
    then after fill the data in column G,H
    look to data in column I if its between this interval or not
    if it fail between this interval write True in Column J if not Write False
    regards
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: fill data between interval in two column then see if the result is true or false

    I hope I have understood your requirements!

    Excel 2016 (Windows) 32 bit
    G
    H
    I
    J
    1
    Conc. Interval
    2
    Highest
    Lowest
    Result
    comment
    3
    =INDEX($D$3:$D$10,MATCH(F3,$E$3:$E$10,1))
    =INDEX($D$3:$D$10,MATCH(F3,$E$3:$E$10,1)+1)
    0.81
    =OR(I3=G3,AND(I3>=H3,I3<=G3))
    Sheet: Sheet1
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    Re: fill data between interval in two column then see if the result is true or false

    first i would like to thank you for your solve and help
    second
    I have only one Note if can
    in F6 the percent is 20 which already present as sharp result in in E5
    which conc. will be 2.5 ( no interval ) here i want if found the value on column E not show in lowest
    like in my attached file H7 is empty
    Attached Files Attached Files

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: fill data between interval in two column then see if the result is true or false

    Try this in H3 copied down:

    =IF(ISNA(INDEX($D$3:$D$10,MATCH(F3,$E$3:$E$10,0))),INDEX($D$3:$D$10,MATCH(F3,$E$3:$E$10,1)+1),"")

  5. #5
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    Re: fill data between interval in two column then see if the result is true or false

    really thank you for your work and your help

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: fill data between interval in two column then see if the result is true or false

    You're 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. Replies: 1
    Last Post: 06-19-2015, 12:52 AM
  2. Replies: 1
    Last Post: 05-09-2014, 04:26 AM
  3. [SOLVED] Automate True-False Test on Long Column of Company Data
    By alcharbonneau in forum Excel General
    Replies: 4
    Last Post: 09-09-2012, 10:59 PM
  4. Replies: 11
    Last Post: 06-27-2008, 04:39 PM
  5. How do I satisfy 3 of 4 conditions and get a true/false result?
    By Baron J79 in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 04-15-2008, 03:21 AM
  6. [SOLVED] Can Excel operate a function based on a true or false result?
    By SteveD in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  7. Can Excel operate a function based on a true or false result?
    By SteveD in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 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