+ Reply to Thread
Results 1 to 6 of 6

=lookup help

Hybrid View

rexy69 =lookup help 09-06-2014, 11:59 AM
AlKey Re: =lookup help 09-06-2014, 12:10 PM
clabulis Re: =lookup help 09-06-2014, 12:10 PM
grkchakri Re: =lookup help 09-06-2014, 12:37 PM
clabulis Re: =lookup help 09-06-2014, 12:57 PM
rexy69 Re: =lookup help 09-07-2014, 05:50 AM
  1. #1
    Forum Contributor
    Join Date
    02-12-2011
    Location
    Hyderabad
    MS-Off Ver
    Excel 2016
    Posts
    270

    Re: =lookup help

    Hi
    See below and check if this helps , may be an alternative to lookup

    =IF(AND(A1>=1, A1<=3.9),0,
    IF(AND(A1>=4, A1<=9.9),1,
    IF(AND(A1>=10,A1<=19.99),2,3))
    Never confuse a single defeat to the final defeat.

  2. #2
    Forum Contributor
    Join Date
    05-04-2014
    Location
    New Jersey, United States
    MS-Off Ver
    Excel 2010, 2013
    Posts
    120

    Re: =lookup help

    Careful with the if statement option. Entering a value of "9.99" or a "3.95" for example will result in a "3". It should be more along the lines of:

    =IF(AND(A1>=1,A1<4),0,IF(AND(A1>=4,A1<10),1,IF(AND(A1>=10,A1<20),2,3))
    Last edited by clabulis; 09-06-2014 at 01:00 PM.

  3. #3
    Registered User
    Join Date
    01-11-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    44

    Re: =lookup help

    thanks for all the responses, just tried Clabulis' method and it worked perfectly

    Many Thanks!!!!!1

    REP+

+ 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: 3
    Last Post: 04-08-2014, 03:11 AM
  2. Replies: 2
    Last Post: 05-19-2013, 08:46 AM
  3. Replies: 1
    Last Post: 11-07-2012, 01:57 PM
  4. Search lookup array to find lookup value contained within text string
    By Cookstein2 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-02-2011, 09:42 AM
  5. Replies: 7
    Last Post: 06-19-2011, 12:51 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