Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default how to make this in Excel...

I have number of days, and i will like thet Excel callculate for me how meny
is that in years, months and days.

1344 working days, how meny is thet in years, month and days?

Please help.

Thanks.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,646
Default how to make this in Excel...

Taking a year 365 days, a month 30 days, assuming number of days being in
cell A3:

years: =INT(A3/365)
months: =INT(MOD(A3,365)/30)
days: =MOD(MOD(A3,365),30)


Regards,
Stefi

€žNevermind€ ezt Ă*rta:

I have number of days, and i will like thet Excel callculate for me how meny
is that in years, months and days.

1344 working days, how meny is thet in years, month and days?

Please help.

Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.programming
MaC MaC is offline
external usenet poster
 
Posts: 13
Default how to make this in Excel...

Nevermind - what does it mean "working days" in your example? Do you want
to include weekends to your calculation (then calculation depends on
starting data and is not such simply)?

Regards
Mario

Użytkownik "Stefi" napisał w wiadomości
...
Taking a year 365 days, a month 30 days, assuming number of days being in
cell A3:

years: =INT(A3/365)
months: =INT(MOD(A3,365)/30)
days: =MOD(MOD(A3,365),30)


Regards,
Stefi

"Nevermind" ezt írta:

I have number of days, and i will like thet Excel callculate for me how
meny
is that in years, months and days.

1344 working days, how meny is thet in years, month and days?

Please help.

Thanks.





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default how to make this in Excel...

No, Stefi answer was good!

But, thanks to everybody!



"MaC" wrote in message
...
Nevermind - what does it mean "working days" in your example? Do you want
to include weekends to your calculation (then calculation depends on
starting data and is not such simply)?

Regards
Mario

Użytkownik "Stefi" napisał w wiadomości
...
Taking a year 365 days, a month 30 days, assuming number of days being in
cell A3:

years: =INT(A3/365)
months: =INT(MOD(A3,365)/30)
days: =MOD(MOD(A3,365),30)


Regards,
Stefi

"Nevermind" ezt írta:

I have number of days, and i will like thet Excel callculate for me how
meny
is that in years, months and days.

1344 working days, how meny is thet in years, month and days?

Please help.

Thanks.







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Make table query will work in datasheet view but will not make tab WildlyHarry Excel Discussion (Misc queries) 0 August 28th 07 03:06 PM
How do I make make comment format default? delta_charm Excel Discussion (Misc queries) 1 July 8th 06 10:59 PM
make macros usable! make instructions in plain english !!!! Brainless_in_Boston Excel Worksheet Functions 0 March 2nd 06 03:27 PM
Excel templates. Wanna make excel look like regular blue lined pap havocdragon Excel Discussion (Misc queries) 0 March 3rd 05 09:53 PM
how do I make make my hyperlinks show the email address they are . Dustin Excel Discussion (Misc queries) 0 January 13th 05 01:39 AM


All times are GMT +1. The time now is 06:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright Š2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"