+ Reply to Thread
Results 1 to 4 of 4

If function?

Hybrid View

  1. #1
    Registered User
    Join Date
    11-14-2013
    Location
    Amherst MA
    MS-Off Ver
    Excel 2010
    Posts
    2

    If function?

    I am trying to make a function that only shows the number of days that it has been in the work book, but falls in a certain range of days. I have four column for the ranges: <30, 30-60, 60-90, and >90. I only want the value to show up if it falls in that range for that column. I think I am close with one of the formulas that I have tried but it won't show the value. This is what I have =IF(DAYS360(Tracker!B4,TODAY())>90,0,""). For the true part it comes back as 0 when I need it to come back as the value for the number of days.

  2. #2
    Forum Contributor wakeupcall's Avatar
    Join Date
    02-29-2012
    Location
    Sofia, Bulgaria
    MS-Off Ver
    Excel 2010
    Posts
    155

    Re: If function?

    Hi,

    perhaps this should work
    Formula: copy to clipboard
    =IF(DAYS360(A11,TODAY(),TRUE)>90, DAYS360(A11,TODAY(),TRUE)>90,0) 
    Liked the answer given? click * to say so

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: If function?

    In your first column (under <30)
    Formula: copy to clipboard
    =IF(MATCH(TODAY()-Tracker!$B$4,{0,30,60,90})=COLUMN(A1), TODAY()-Tracker!$B$4,"")
    copied to the right
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    11-14-2013
    Location
    Amherst MA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: If function?

    This is how I solved it =IF((DAYS360(Tracker!B4,TODAY()))<=30,Tracker!U4,"") Thanks for you help!

+ 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. [SOLVED] IF Function referencing IsNumber, Match, Left function on separate sheets
    By Touch9713 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-12-2013, 10:09 PM
  2. [SOLVED] Using Offset function as the array in the PercentRank function is giving wrong result
    By Bobneil in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-06-2013, 09:29 PM
  3. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  4. Replies: 2
    Last Post: 03-20-2009, 01:29 PM
  5. [SOLVED] Excel - User Defined Function Error: This function takes no argume
    By BruceInCalgary in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-18-2006, 04:05 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