How To Determine Oldest Date In Range Of Cells

Jan 30, 2012

I am looking for a formula to determine the oldest date in a range of cells. BUT, the part that's kicking me in the pants here, is that the range will change.

In column D, I have a person's name. The number of times that person's name will appear will change every time I run this formula. In column F, I have a date & time. I'm looking for a formula that will determine the oldest date/time associated with that person.

View 2 Replies


ADVERTISEMENT

Oldest Date In A Workbook?

Jun 6, 2013

Without VBA, I'd like to find the most recent date in a workbook. The workbook as various columns with dates on numerous sheets. I just need to know the date that is the newest date. Nothing else.

View 4 Replies View Related

Finding Oldest Date

Dec 3, 2009

date1/Jan2/Jan3/Jan4/Jan5/Jan6/Jan7/Jan8/Jan9/Jan10/Jan11/Janquantity 502023108948202535current stock 200oldest date of manufacture?

I have a report that lists the quantity of an item that is manufactured on particular day. On some days there will be no items produced. The report is similar to the above table. I don't want to change the table format.

I know the current stock of that item (in this example it is 200). Note that the current stock is not just the sum of the quantiy for each day's production.

I need a function that will determine the oldest date of manufacture of material in the current stock. The function assumes that that the current stock is made up of the most recently produced material. ie the stock is depleted on a first in -first out basis. Essentially the calculation has to sum backwards from the most recent manufacture date until the total = 200 and then lookup to corresponding date.

In the above table the oldest prodcution date would be 6/Jan. The answer to the funstion in example = 6/Jan

View 9 Replies View Related

Find Oldest And Newest Date

Dec 29, 2009

Is there a way to pull out the oldest date ((04) Apr 25, 1950) and the newest date ((02) Feb 14, 2050)...?

i have tried the Min function (min(P28:P31)) and the Max function (max(P28:P31)) both resulting in a "0"..

i have also searched this forum as well as others and found formulas that were posted by Aladin Akyurek..but those did not work either..

Sheet12

P28(02) Feb 14, 205029(04) Apr 01, 201330(04) Apr 25, 200931(04) Apr 25, 1950
Spreadsheet FormulasCellFormulaP28=IF(O28=FALSE,"Who Knows?","("&RIGHT(O28,2)&")"&" "&LEFT(O28,3)&" "&LEFT(RIGHT(O28,4),2)&", "&LEFT(RIGHT(O28,8),4))

Excel tables to the web >> Excel Jeanie HTML 4

Im Using Windows Xp With Sp2 With Microsoft Excel 2003

View 9 Replies View Related

Determine If Date Falls Within A Range For Multiple Unique Lines

May 19, 2014

File A has patients with discharge dates over two years. Each patient may have multiple dates. Example:

Patient Discharge Date
John Smith 7/1/2012
John Smith 10/1/2012
Judge Judy 7/1/2013
Judge Judy 12/1/2013

File B has office visit dates for the patients. Again, each patient has multiple office visits. I need to be able to see which office visits were within 15 days of a discharge date. Example:

Patient Office Visit
John Smith 6/1/2012
John Smith 6/15/2012
John Smith 7/10/2012
Judge Judy 7/20/2013
Judge Judy 12/12/2013

Is there any way to note next to the discharge date that for John Smith the 7/10/2012 office visit was within 15 days of the 7/1/2012 discharge? And the same for Judy with the 12/12/2013 visit?

View 8 Replies View Related

Excel 2007 :: Where To Find Oldest To Newest Or Newest To Oldest Sort Option

Jun 4, 2014

I want to sort a column in Excel 2007 which is having dates. Normally, we use oldest to newest or newest to oldest option in sort & filter. But i am unable to find this option in my excel sheet. how can I find this option in Sort & Filter.

Note: I have imported this data column from Access 2007

View 9 Replies View Related

Find Out Oldest Date Using Multiple Criteria

Dec 24, 2012

I want to know the macro code to find out the oldest date in the Calculation sheet of the attachment based on two criteria.

The criteria should be if the Item ID on Calculation sheet matches the Item Id Pivot sheet and then if the Status on pivot sheet and calculation sheet matches then the macro should find out the oldest date for each item ID. And once the oldest date is identified the difference on pivot sheet should be added to the cost basis column on calculation sheet to the already found oldest date lot.

Find the attached excel sheet : Book1.xls

View 4 Replies View Related

Return Oldest Date With Some Dates Excluded

May 30, 2014

What I want to do is return the oldest date to another sheet, but I only want to return the oldest date if the backlog value is higher than 0. So example below has oldest date with 0 as backlog value, I don't want to return that date, but go to the oldest one with an actual backlog value.

So I have the following raw data in Sheet1

[Code] .....

Now I want to put this raw data in Sheet 2

I use this formula to pull the data =SMALL(Sheet1!C3:C5,1)) but this returns the B4 value to me, which I don't want as A4 is 0.

I've been thinking about somehow using VLOOKUP or IF to sort this out but I am stuck.

View 3 Replies View Related

Return Oldest Date Based On Call Value

Feb 28, 2014

I have 4 columns (Date (A), Open (B), High (C), Low (D)) in date order with the newest at the top. I have a value in G1, I'd like to see the oldest date returned in H1 of when a value in the (D) column is lower then G1. I've been looking at match and vlookup but what I can't seem to figure out is how to return the oldest date.

View 8 Replies View Related

Sort Alphanumeric Date From Recent To Oldest?

Aug 19, 2012

How do we sort an alpha numeric date from recent to oldest.

from this:-
HGH010112
HGH231211
HGH020212

to this:-
HGH231211
HGH010112
HGH020212

View 2 Replies View Related

Find The Oldest Date A Specific Value Occurs

Oct 3, 2008

I am looking for a formula which will find the oldest date for a specific set of search criteria:

A1 A2 A3 A4 A5 A6
05JUL2008 06JUL2008 07JUL2008 08JUL2008 09JUL2008 10JUL2008
B1 B2 B3 B4 B5 B6
Cat Dog Pig Cat Pig Dog

So if possible I would like a formula that searches through and returns

C1 (Search for Pig) = 07JUL2008
C2 (Searcg for Cat) = 05JUL2008
C3 (Search for Dog) = 06JUL2008

View 9 Replies View Related

Conditionally Calculate Aging Using Oldest Date

Sep 10, 2009

I looking to track the oldest entry that is still marked "Open" or "In progress".
So far I have done the below If Statement:- =IF(H24="Open",E24,IF(H24="In progress",E24,"")). This returns the Date it was logged if the status is "Open" or "In progress". to column T, So far so good!

So in cell T22 i wanted excel to show me the oldest date so i used the MIN function like so:- =MIN(T24:T40). This returned me the oldest date which i then wanted to know how many days this has been open for so i used:- = SUM(TODAY()-H6)

which gives me the number of days. This all works fine until..........i don't have any entries set to "Open" or "In progress" or any dates added (e.g. start of a new week). When this is the case the MIN function returns a value of 01/01/04 which in turn tells me that the oldest entry is 38,604 days old. I have tried different combinations of If statements to ignore the blanks / date etc but i just can't make it return zero or even better blank. I have attached a sample of my sheet and inserted comments to explain what each part does

View 2 Replies View Related

Return Oldest Date That Appears X Times

Aug 10, 2006

I need a formula that links to another workbook where it looks in a column for the oldest date which appears more than 10 times.
So if the oldest date was 01/01/2006 but it only appeared twice, it would ignore it, but if there was then 02/02/06 which appeared 11 times, it qould quote that date in a cell in the workbook

View 9 Replies View Related

Determine If A Range Of Cells Is Blank

Apr 11, 2007

I'm feeling pretty inadequate at the moment ... I'm trying to determine something that (I think) would be relatively simple ... How do I determine if a single column , for example, (B:B) is blank (or null)? Alternatively, how do I determine if a range of cells in a column or columns, for example, (B1:B30) or (B1:D30) is blank (or null)?

View 2 Replies View Related

Dynamic Lookup Of Oldest Date In A Pre Determined Month

Oct 26, 2008

I have a list of dates going through several years of data - month ends and starts don't always coincide with calendar months. I need to figure out a way to get the oldest date of the previous month, for example. Tried vlookup but could figure out how to do it for one year only, hence not as applicable with several years of data.

View 9 Replies View Related

Formula That Will Determine The Number Of Days That Fall In A Specific Month Based On A Date Range

Jul 31, 2009

I'm needing a formula that will determine the number of days that fall in a specific month based on a date range. For example, if I have a date range of 10/15/2009 to 01/13/2009, I need the formula to determine the number of days in each month within the range (October has 15 days in the date range; November has 30, December has 31, and January has 13.) I have a large spreadsheet that would be so much easier to manage with such a formula. Currently, my spreadsheet is setup as follows. I need the forumla automatically fill in the number of days under each month.

Stard Date End Date Oct-09 Nov-09 Jan-10 Feb-10
10/15/2009 01/13/2009

I'm using Excel 2007.

View 9 Replies View Related

Delete Duplicate Rows Containing The Oldest Date And Time Entries?

May 23, 2014

I have a UserForm which writes data to rows in a master spreadsheet. I'm attempting to write some vba code for a CommandButton in the master spreadsheet which can identify and delete duplicate entries based on "user ID", "Date", and "Time". I would like the CommandButton to retain the most recent entry from a user and delete all previous entries.

My master sheet is set out as such...
A, B, C, D,
UserID, Date, Time, Response

The users could potentially submit multiple entries on the same day. Ideally I would like to be able to click a CommandButton and delete each user's submission but retain their most recent one (based on "UserID", then "Date", then "Time").

I've searched all day for a solution and I've come close but I can not figure out a code that accounts for my three variables ("UserID", then "Date", then "Time").

View 5 Replies View Related

Excel 2010 :: Return Oldest Date In Entire Sheet

Mar 19, 2014

in Excel 2010, whether using VBA or otherwise;

1) how can I return the oldest date in the entire workbook (or at least in the entire sheet if it's not possible to find that date in the entire workbook).

2) how about the most recent date ?

View 2 Replies View Related

IF COUNTIF- To Determine That If A Range Of Cells Are Marked With An "X"

Feb 8, 2008

I am trying to determine that if a range of cells are marked with an "X", then cells containing "Pass" (A4), Pass with Opportunity for Improvement (A6)or "Fail" (A8) will be marked with an "X". I have 3 columns that are selectable for Pass, Fail, and Non-Applicable. There are a total of thirteen questions that this evaluation form asks, and the evaluator must check one box. In order to be considered a Pass, there must be more 12 or more "X"'s marked in the Pass column. A Pass with Opportunity for Improvement would be equal to 11 marked in the Pass column, and a Failure would be 10 or less showing up in the Fail column. If there is a check in the non-applicable section, this has to be figured into thye pass fail as well. A Pass would be 85% or higher, and failure anything less than this. I will attach the file for review. I would very much appreciate help on this problem first, and then there is one other element to the sheet that plays in at the end.

View 13 Replies View Related

Find Date Less Or Greater Than Particular Date From Range Of Cells?

Dec 12, 2011

way to search and display a date from a range of cells based on less than or greater than criteria. For example I have following dates in column A:

A1: 2011/01/04
A2: 2011/02/01
A3: 2011/03/01
A4: 2011/04/01

I want to search for the date which is less than 2011/02/01 from the A column and display that date in B1 cell for example. How do I do that?

I want to do this without using any macros.

View 9 Replies View Related

Determine Last Modified Date

Oct 1, 2008

I have a pivot table for which I load data from a .csv file. Is it possible to include a timestamp on when the .csv file was last loaded. If I do it above the actual pivot table, it just shows when the pivot table was refreshed, but not when the .csv file was last loaded.

View 4 Replies View Related

Determine Month Of Date

Oct 31, 2006

how to put this in

If the date in C3 = January 31 then do something.

I don't know how to put the date part in code.

View 5 Replies View Related

Determine Weekday Of Date

Sep 19, 2007

The code is ok until I hit a month with 4weeks in it and days left over.
The code puts a week total in place of a Sunday, but as some months end before a Sunday appears the code just builds a Month end total sheet.

What I need in this case is a Week total even if there is no Sunday before it builds the Month end Total.

I hope i'm being clear

Sub NewSheets()
Dim Dte As Date, Dy As Date
Dim i As Long, j As Long, Dys As Long
Dim CountWeek As Boolean
Dim Shts As Long...

View 3 Replies View Related

Determine Day Name Of Current Date

Oct 23, 2007

I have got a spreadsheet that needs filling in by 3pm everyday. The workbook has a worksheet for each day e.g. Mon to Fri. What I am looking to do is fill the worksheets in for whatever day it is e.g. if it is monday then select monday data from required file and paste into monday worksheet. I was going to create five macros for each day and then select the required one on the day, but rather than doing this is their a way that i could write one macro that runs by checking what day it is? e.g. if monday run monday code...

View 5 Replies View Related

Determine If Date Is Between Two Dates

Apr 1, 2008

I have a formula that tries to determine if a date is between two dates. The formula I have is =IF(AND(A1>=A2,A1<=A3),"yes","no")

a1 = 7/31/2009
a2 = 8/1/2008
a3 = 3/31/2010

If the date is between those two dates then "yes", if not then "no". I tried this formula a couple times and it works when a3 is 3/31/2010 but when I try 3/31/2009 for example it does not work. So it seems like there is something wrong with the second date I am referencing.

View 3 Replies View Related

Using Reverse Date Of Birth To Determine Age

Dec 8, 2008

I'm trying to use a list of date of births to determine an age output.

However the date of births are all in a simple reverse formate, eg

19790822 would be 22nd August 1979

Ideally, i would take this number and the output would just be the persons age in whole years.

View 3 Replies View Related

Determine Accounting 4-4-5 Month From Date

May 7, 2009

I am trying to determine if a specific date is what week in a 4-4-5 accounting month. See attached file. Is there a formula that can be used to do this???

View 4 Replies View Related

Determine Current Date In Macro

Nov 7, 2006

I'm trying to write a batch file that connects to a database and passes in an SQL query. One of the conditions of this query is the date. I need the batch file to figure out what todays date is and pass that in.

This is what I currently have.

ws_tran_date between to_date( '&datefrom 08:30:00AM', 'DD-MON-YYYY HH:MI:SS AM') and TO_DATE('&dateto 08:30:00am', 'DD-MON-YYYY HH:MI:SS AM')

When I run the batch file, it asks me to input the dates manaully in the format DD-MON-YYYY (eg 7-NOV-2006). I need the batch file to figure this out on it's own.

Is there some function I can call to do this?

View 5 Replies View Related

Determine Days Based On Due Date

Sep 1, 2007

I am attempting to create a template to input specific dates. If a student submits an assignment on the due date, I have set up the spreadsheet to conditionally format whether the assignment was late or not. In addition, I have a column for when feedback is to be submitted and whether it was on time or not. My problem is this...

I cannot figure out a formula or a way to determine:
If the student submits the assignment late, when will the feedback be due? For example, if submitted one day late, the instructor has an extra day to submit feedback.Two days late is an extra two days to work on it etc..

View 4 Replies View Related

Determine Last Saved Date Of Workbook

Sep 7, 2007

I am looking for a macro that will run on worksheet activation. it needs to run only if the file had been saved from the previous week. would something like this work?

Private Sub Worksheet_Activate()
If application.worksheet.lastsaved = msolastweek Then
range("RANGE").clearcontents
End If
End Sub

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved