excel 一問

本帖最後由 sistinechapel 於 2012-11-6 22:05 編輯

想計  processing time needed (幾多日)

receive date          complete date
----------------------------------------
1/10/2009             3/11/2009


問題係佢食唔到..佢唔識當佢係日期...   佢要 yyyy/mm/dd 先食到.  點搞?

thx!!  



----------------
update!!


problem solved!!!!!!!!!!!!
[attach]1452681[/attach]

答案竟然係...  M$ office 2010

2010 識自己食

雖然想計準d...

不過如果唔得, 我打算當一個月30.5日算.

計出黎ge processing time 唔駛一定要整數, 因為我係幾幾百隻case ge average.

TOP

轉做日期然後相減
最後可能仲要除小時去得出日

TOP

已經諗到係用 month, day 呢d function  

問題係佢食唔到..佢唔識當佢係日期...   佢要 yyyy/mm/dd 先食到.  點搞?

TOP

have you tried datevalue() function?

TOP

已經諗到係用 month, day 呢d function  

問題係佢食唔到..佢唔識當佢係日期...   佢要 yyyy/mm/dd 先食到 ...
sistinechapel 發表於 2012-11-2 11:44


依家最大問題係呢個.

如果佢食到, 我用month, day 已經可以

datevalue 點用???

TOP

It converts the text to date.
e.g. =datevalue("2009/11/30") or =datevalue("30/11/2009") yields the same value.

TOP

It converts the text to date.
e.g. =datevalue("2009/11/30") or =datevalue("30/11/2009") yields the s ...
cl 發表於 2012-11-2 15:31


it shows "#value!"  

thx ching!!

TOP

btw, off topic 一問

依家即係 2012/1/31 <--  咁叫excel 食到既date format?

咁我想mail merge 係word 見到 31.1.2012, 即係我一定要係excel 整多個column?  因為一mail merge, 佢出返個date 既 value... 咩"4xxxx"

TOP

=DAYS360(A1,B1)

TOP