Re: proper syntax order
- From: "Roberta H via OfficeKB.com" <u7618@uwe>
- Date: Wed, 18 Jan 2006 22:14:47 GMT
Thank you so very much Steve!
Yes it works great! One problem I had, however, was getting an accurate
count from the very date received to the "date", so I made a very small
modification to the formula:
=IF(ISBLANK(H191),0,DATEDIF(G191-1,H191,"d")).
**************************************
SteveG wrote:
>Roberta,
>
>Assuming A1= "Date", B1 = "Received Date" & C1 = "Total Days" then in
>C2 enter:
>
>=IF(ISBLANK(A2),0,DATEDIF(B2,A2,"d"))
>
>HTH
>
>Steve
>
--
Message posted via http://www.officekb.com
.
- References:
- proper syntax order
- From: Roberta H via OfficeKB.com
- Re: proper syntax order
- From: SteveG
- proper syntax order
- Prev by Date: Re: Want Vlookup to list multiple items with the same key?
- Next by Date: LOOKUP problem
- Previous by thread: Re: proper syntax order
- Next by thread: Re: nesting another formula
- Index(es):
Relevant Pages
|