+ Reply to Thread
Results 1 to 4 of 4

IF Formula Problem

  1. #1
    Registered User
    Join Date
    03-03-2015
    Location
    Mansfield, England
    MS-Off Ver
    2010
    Posts
    2

    IF Formula Problem

    Hi

    trying to get this formula to work for a spread sheet I need for work. Hope someone can help!

    if C3 is between 0000 and 0299, D3 should be A
    if C3 is between 0300 and 0599, D3 should be B
    if C3 is between 0600 and 0899, D3 should be C
    if C3 is between 0900 and 1200, D3 should be D

    tried looking on a few sites and couldn't get it to work.
    Last edited by Lacking-EXCELlence; 03-03-2015 at 11:21 AM. Reason: wrong Title

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Hi! Help Needed!!

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title go to your first post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)

  3. #3
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: IF Formula Problem

    Check this one..
    =IF(C3<300,"a",IF(C3<600,"b",IF(C3<900,"c",IF(C3<=1200,"d",""))))
    Happy to Help

    How to upload excel workbooks at this forum - http://www.excelforum.com/the-water-...his-forum.html

    "I don't get things easily, so please be precise and elaborate"

    If someone's post has helped you, thank by clicking on "Add Reputation" below the post.
    If your query is resolved please mark the thread as "Solved" from the "Thread Tools" above.

    Sourabh

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: IF Formula Problem

    Or this (in this particular case):
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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. Complex Filter/Sorting Help Needed (VBA knowledge needed)
    By dfxryanjr in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-03-2013, 01:39 PM
  2. help needed
    By Drastic in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 04-25-2013, 05:42 AM
  3. Conditional formatting needed for shape colour - is programming needed?
    By Farmboyuk in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-14-2012, 07:27 AM
  4. Help Needed
    By martynmordecai in forum Excel General
    Replies: 1
    Last Post: 06-11-2009, 06:45 PM
  5. Help needed....
    By Mikey A in forum Excel General
    Replies: 0
    Last Post: 03-31-2005, 04:00 PM

Tags for this Thread

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