+ Reply to Thread
Results 1 to 3 of 3

IF help to give value if true Shipping info

  1. #1
    Registered User
    Join Date
    08-06-2011
    Location
    NH
    MS-Off Ver
    Excel 2010
    Posts
    1

    Angry IF help to give value if true Shipping info

    I want to put dollar value in corrct colum by days earlly or late. H is the dollar value. I is days late or ontime or earlly. I tried several and just cant get it. Please help
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    05-17-2009
    Location
    Port St. Lucie, FL
    MS-Off Ver
    Excel 2010
    Posts
    38

    Re: IF help to give value if true Shipping info

    Joelinnh,
    Since your example is broken up into days late(values in column I is negative (-)) or
    days early (values in column I are positive (+)).
    Your formula needs to be in this form:
    =COUNTIF(cell value, AND(Cell>lower limit, Cell<upper limit))

    Formula in cell M4:
    =COUNTIF(I4,AND(I4>-60,I4<-90))

    hth
    FloMM2

  3. #3
    Forum Contributor bentleybob's Avatar
    Join Date
    02-27-2009
    Location
    Seattle, WA
    MS-Off Ver
    Excel 2010
    Posts
    644

    Re: IF help to give value if true Shipping info

    Assuming you actually wanted the dollar value, and not just a 1 in the appropriate column, you can avoid the COUNTIF completely and just use IF with AND, as in the attached.
    Attached Files Attached Files

+ 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