ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   how to make this in Excel... (https://www.excelbanter.com/excel-programming/365597-how-make-excel.html)

Nevermind

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.



Stefi

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.




MaC

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.






Nevermind

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.









All times are GMT +1. The time now is 02:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com