+ Reply to Thread
Results 1 to 2 of 2

IF statments

  1. #1
    krazygmtrk
    Guest

    IF statments

    I am trying to do a IF statment and running into some problems. What i am trying to do is a greater then less then formula.
    For example: I have the following number in C3 is 12. I want to setup my my if statement so if it is greater then 5 but less then 12 if true i want cell number C13, if false 0.

    This is what i have =IF(G13<12>5,C13,0)

    I have been playing around with the greater then less signs but with no luck. Anybody know what i am doing wrong.

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Try this,

    =IF(AND(C3>5,C3<12),C13,0)
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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