+ Reply to Thread
Results 1 to 3 of 3

If function or IF Then function woes

  1. #1
    Registered User
    Join Date
    07-18-2013
    Location
    Houston
    MS-Off Ver
    Excel 2010
    Posts
    7

    If function or IF Then function woes

    Hello all, first time poster, long time reader.

    I have a formula that I am trying to create that is not working. I’ve searched but can’t find the right formula or I’m going about it all wrong.
    It references a cell (A1) and return a function in another cell (D1). It goes like this:

    If cell A1 is between 1-10 then “test 1” in cell D1,
    If A1 is between 11-20 then “test 2” in cell D1,
    If A1 is between 21-30, then “test 3” in cell D1

    Thank you in advance for any help.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: If function or IF Then function woes

    Try setting up a lookup table, in say E2:F4
    E2:E4 = 1, 11, 21
    F2:F4 = test 1, test 2, test 3

    Then use a lookup formula
    =LOOKUP(A1,$E$2:$F$4)

  3. #3
    Registered User
    Join Date
    02-18-2013
    Location
    Georgia
    MS-Off Ver
    Excel 2010
    Posts
    48
    On second read, I think you need the add-in morefunc. It contains a function called formulatext(), if that's what you're needing.
    Last edited by mellowmarshall; 07-26-2013 at 02:54 PM.

+ 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. index function error using match function to get data from a cell in an array
    By mabildgaard in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-17-2013, 02:21 AM
  2. IF function woes
    By metab in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-06-2012, 09:39 AM
  3. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  4. Replies: 2
    Last Post: 03-20-2009, 01:29 PM
  5. excel formula/function woes
    By ragingbull1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-19-2005, 06:57 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