Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the outcome of Max's formula is a blank, then you haven't got real dates
in your 2 input cells. Check your data. -- David Biddulph "trevor" wrote in message ... Thank again for your reply, but i'm still getting no joy with this, Maybe I am explaining it wrongly to you! Now when I try your statement its outcome is nothing, blank. But I understand your way abit clearer, however is they any chance of getting a contact add so I can show what I am doing? thanks "Max" wrote: The front IF check: =IF(COUNT(A13,C13)<2,"", ... is just an added precaution to ensure that *both* A13 and C13 do contain real dates (real dates are numbers) before proceeding with the rest of the IF evaluations, otherwise spurious/meaningless results might arise since blank cell/s are evaluated as zeros in expressions. For example, if A13 was blank, then: IF(TODAY()A13 would always evaluate to TRUE, which would be a spurious/meaningless result, no? Similarly for C13 & the check: IF(TODAY()C13. When you plugged the entire expression in, did it return the expected results? -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "trevor" wrote: Hi max Thanks for your revised statement. However I did not understand it properly a little confussed! Especially the count bit! I am try to auto input the following: Overdue to appear if the date is after the agreed date Open to appear if within the agreed date closed if data is in any of the closed colums (3) but offten it is entered the 'closed date colum' I want to appear in the either closed, open or overdue |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to get the random date between the start date and the end date? | Excel Worksheet Functions | |||
Report Date - Date Recv = Days Late, but how to rid completed date | Excel Worksheet Functions | |||
Formula for determining if two date columns fall within specific date range | Excel Worksheet Functions | |||
Make date change in excel to current date when opening daily? | Excel Discussion (Misc queries) | |||
Date updates from worksheet to chart & changes date to a date series! Help!! | Charts and Charting in Excel |