+ Reply to Thread
Results 1 to 2 of 2

find min dates calculates aging from AJ column with determined formula

  1. #1
    Forum Contributor
    Join Date
    07-23-2013
    Location
    bangalore
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    143

    find min dates calculates aging from AJ column with determined formula

    Dear excel experts

    i need help on formula if taken dates greater than business date, move to min date of second option

    i have small conditions formula to calculates dates aging from 3 dates column result minus with particular column
    e.g if date not found in FIRST cell of AU, then take SECOND Date cell of AG then THIRD Date cell of AC. Taken cell minus with business end date.... Some times taken cell values may be higher than business end result should be - value


    find the attachment help with your efforts...
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    07-23-2013
    Location
    bangalore
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    143

    Re: find min dates calculates aging from AJ column with determined formula

    any experts help on this?????????

    =IFERROR(IF(J2="ZSP1",IF(AU2="",IF(AG2="",IF(AC2="","No Date Found",IF(AJ2-MIN(AC2,AG2,AU2)>=30,">30 Days",IF(AJ2-MIN(AC2,AG2,AU2)>=20,"21-30 Days",IF(AJ2-MIN(AC2,AG2,AU2)>=16,"16-20 Days",IF(AJ2-MIN(AC2,AG2,AU2)>=11,"11-15 Days",IF(AJ2-MIN(AC2,AG2,AU2)>=6,"6-10 Days",IF(AJ2-MIN(AC2,AG2,AU2)>=3,"3-5 Days",IF(AJ2-MIN(AC2,AG2,AU2)>=0,"0-2 Days"," ")))))))),IF(AJ2-AG2>=30,">30 Days",IF(AJ2-AG2>=20,"21-30 Days",IF(AJ2-AG2>=16,"16-20 Days",IF(AJ2-AG2>=11,"11-15 Days",IF(AJ2-AG2>=6,"6-10 Days",IF(AJ2-AG2>=3,"3-5 Days",IF(AJ2-AG2>=0,"0-2 Days"," ")))))))),IF(AJ2-AU2>=30,">30 Days",IF(AJ2-AU2>=20,"21-30 Days",IF(AJ2-AU2>=16,"16-20 Days",IF(AJ2-AU2>=11,"11-15 Days",IF(AJ2-AU2>=6,"6-10 Days",IF(AJ2-AU2>=3,"3-5 Days",IF(AJ2-AU2>=0,"0-2 Days"," "))))))))," ")," ")
    Last edited by johnodys; 10-02-2013 at 01:38 PM. Reason: exl

+ 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. Need macro that calculates two formula but displays only one of them in column
    By jro4 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-07-2013, 11:32 AM
  2. [SOLVED] Construct a formula on a pre-determined cell for a pre-determined duration of cells
    By Shaun Gemiver in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-03-2013, 11:14 AM
  3. [SOLVED] Need Formula that Calculates Sums of Multiple Cycles Within Column
    By AJRIGNEY in forum Excel General
    Replies: 7
    Last Post: 06-08-2012, 12:23 PM
  4. Replies: 7
    Last Post: 08-30-2011, 09:59 AM
  5. Adding a formula that calculates dates by repair hours
    By dave1967 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-03-2009, 03:35 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