Consulting

Results 1 to 3 of 3

Thread: Display value in a cell if between 2 other values

  1. #1
    VBAX Regular
    Joined
    Jun 2012
    Posts
    9
    Location

    Display value in a cell if between 2 other values

    Hello,

    I've attached an excel file with the format and info on how the formula should work.

    Any help would be greatly appreciated.
    Attached Files Attached Files

  2. #2
    VBAX Mentor
    Joined
    Jul 2012
    Posts
    398
    Location
    you can solve with simple IF formula, see attached
    Attached Files Attached Files

  3. #3
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Even simpler, invert the second table and use

    =INDEX($H$4:$H$8,MATCH(C4,$F$4:$F$8,1))
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •