+ Reply to Thread
Results 1 to 5 of 5

Need formula to return a specific label if criteria is met

  1. #1
    Registered User
    Join Date
    08-10-2018
    Location
    Leeds, England
    MS-Off Ver
    2016
    Posts
    2

    Need formula to return a specific label if criteria is met

    Hi,

    I need a formula that will show me which range a value falls within.

    E.G. The cost is £103.60
    Range is
    £0 - £100.00
    £100.01 - £250.00
    £250.01 - £500.00
    £500.01 - £1000.00
    £1000.01 - £2500.00
    £2500.01 - £5000.00
    £5000.01 - £10000.00
    £10000.01 - £15000.00

    so this should return £100.01 - £250.00

    Any idea what may work?

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,150

    Re: Need formula to return a specific label if criteria is met

    It's easy if you set up your price range in two columns:

    ="£"&VLOOKUP(D3,A:A,1,TRUE)&" - £"&VLOOKUP(D3,A:B,2,TRUE)
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,407

    Re: Need formula to return a specific label if criteria is met

    Hi Woolley. Welcome to the forum.

    A hybrid of Glenn's approach.

    Retain the labels in column A.
    Copy/paste that to column B.
    Do Text to columns.

    Then
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  4. #4
    Registered User
    Join Date
    08-10-2018
    Location
    Leeds, England
    MS-Off Ver
    2016
    Posts
    2

    Re: Need formula to return a specific label if criteria is met

    Worked a treat. Thank you

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,150

    Re: Need formula to return a specific label if criteria is met

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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. Return Row Label and Column Label for Max Value in a Table
    By supertom37 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-16-2017, 10:14 PM
  2. [SOLVED] Formula that can lookup multiple criteria and return a specific value...
    By cateyes_28 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-13-2015, 10:40 AM
  3. [SOLVED] Formula to return specific data to a certain criteria
    By orshims in forum Excel General
    Replies: 4
    Last Post: 05-08-2015, 04:35 PM
  4. [SOLVED] Formula to return specific text based on multiple cells meeting a single criteria
    By missydanni in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-13-2013, 09:48 AM
  5. return a list with specific date criteria
    By vinceli in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 05-08-2013, 07:35 AM
  6. Replies: 3
    Last Post: 04-10-2012, 06:19 PM
  7. formula to return date specific criteria
    By n1kk1 in forum Excel General
    Replies: 6
    Last Post: 01-17-2012, 03:28 PM

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