In Excel 2002, I need to evaluate three dates in three seperate cells, A1, B1, C1 formatted as mm/dd/yy, and have the greater of the three dates displayed in the forth cell "D1"
Any help would be very much appriciated.
Does [blue][tt]=MAX(A1:C1)[/tt][/blue] not work for you?
Enjoy,
Tony
------------------------------------------------------------------------------------ We want to help you; help us to do it by reading this:Before you ask a question.
In your earlier post tonight, when I realized you were talking about the F9 key, I did hit it a couple of times with no noticable changes. I will read up on the keyboard short cuts and see if I can make since of it.
I do use the "F" keys in an AutoCAD program I use, however never have used them in Excel.
So, you are saying the F9 key will calculate the entire sheet?
Open the sheet in question and press the F9 key on your keyboard. This will cause all formulas in your sheet to recalculate.
Also, if all of this is on one sheet, you don't need the sheet reference (08Dec28) in your formula. Just use the cell references: G25, F29 and F35. It's simpler.
By the way, what's the name of the class you're taking, anyhow?
GS
[small][navy]**********************^*********************
I always know where people are going to sit. I'm chairvoyant.[/navy][/small]
I did select the cell, hit F2, then hit enter. Same outcome = 01/00/00
GS,
It is all in one workbook that will have about 9 sheets (27 day cycles), that is why I need to refrence back to keep things carring over from one 27 day cycle to the next (pay cycles) I am not taking any class at this time, however I have taken some advanced class' in specificly Excel, I work for a fire department, I design and maintain sheets similar to time sheets but now they are adding more items to track on the same sheet.
Still do not see any changes when I press the F9...
If your date cells are A1:A1, you could use:
=IF(MAX(A1:C1)=0,"",MAX(A1:C1))
As for the values not recalculating, are you sure the:
1. dates have been stored as dates and not as text strings? To make sure, select a cell with a date. Choose Data|Text to Columns. Click Next, Next. Choose 'Date' and an appropriate date format from the Date dropdown. Click Finish. Repeat for the other date cells.
2. cell into which you're inserting the formula is not formatted as text? To make sure it's not, select the cell and choose Format|Cells|Number, click 'Date' and choose an appropriate date format.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.