Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 09-01-2011, 09:47 AM
caz46 caz46 is offline convert 3months and 15 days into 3.5 Windows 7 32bit convert 3months and 15 days into 3.5 Office 2007
Advanced Beginner
convert 3months and 15 days into 3.5
 
Join Date: Feb 2011
Posts: 73
caz46 is on a distinguished road
Default convert 3months and 15 days into 3.5

Hi I have created a formula to calculate the number of years, months and days between two dates, as follows:




"=IF(DATEDIF(A9,B9,""y"")=0,"""",DATEDIF(A9,B9 ,""y "")&"" years "")&IF(DATEDIF(A9,B9,""ym"")=0,"""",
DATEDIF(A9,B9,""ym"")&"" months "")&DATEDIF(A9,B9,""md"")&"" days"""

This works perfectly and returns a value of 1 year, 3 months and 15 days for example.

However what I would like it to return is 3.5 months or if the number of days is below 15 then round the number down to 3months.

Could you please help with this?

Many Thanks
Reply With Quote
  #2  
Old 09-02-2011, 01:24 AM
Catalin.B Catalin.B is offline convert 3months and 15 days into 3.5 Windows Vista convert 3months and 15 days into 3.5 Office 2007
Expert
 
Join Date: May 2011
Location: Iaşi, Romānia
Posts: 386
Catalin.B is on a distinguished road
Default

Here is an idea to play with:

=IF(DATEDIF(I8;G8;"m")=0;"";DATEDIF(I8;G8;"m"))+IF(DATEDIF(I8;G8;"md")<15;0;1)&" months"

It will add 0 months to the initial month calculation if the days number are <15, and add 1 month if days are>=15
instead of the above formula, you can use:
=IF(DATEDIF(I8;G8;"m")=0;"";DATEDIF(I8;G8;"m"))+CE ILING(DATEDIF(I8;G8;"md")/30;0,5)&" months"
to get decimal results...and so on

Change ; with , to match your local settings
Reply With Quote
  #3  
Old 09-02-2011, 09:17 AM
caz46 caz46 is offline convert 3months and 15 days into 3.5 Windows 7 32bit convert 3months and 15 days into 3.5 Office 2007
Advanced Beginner
convert 3months and 15 days into 3.5
 
Join Date: Feb 2011
Posts: 73
caz46 is on a distinguished road
Smile

That's great and works perfectly. Thanks very much.
Reply With Quote
  #4  
Old 09-05-2011, 02:45 AM
Catalin.B Catalin.B is offline convert 3months and 15 days into 3.5 Windows Vista convert 3months and 15 days into 3.5 Office 2007
Expert
 
Join Date: May 2011
Location: Iaşi, Romānia
Posts: 386
Catalin.B is on a distinguished road
Default

Great... Than you can mark your thread as solved, for users with same problems...
Reply With Quote
  #5  
Old 09-05-2011, 03:23 AM
caz46 caz46 is offline convert 3months and 15 days into 3.5 Windows 7 32bit convert 3months and 15 days into 3.5 Office 2007
Advanced Beginner
convert 3months and 15 days into 3.5
 
Join Date: Feb 2011
Posts: 73
caz46 is on a distinguished road
Default

Quote:
Originally Posted by Catalin.B View Post
Great... Than you can mark your thread as solved, for users with same problems...
I can't see where I can do that?
Reply With Quote
  #6  
Old 09-05-2011, 03:29 AM
Catalin.B Catalin.B is offline convert 3months and 15 days into 3.5 Windows Vista convert 3months and 15 days into 3.5 Office 2007
Expert
 
Join Date: May 2011
Location: Iaşi, Romānia
Posts: 386
Catalin.B is on a distinguished road
Default

you have Thread Tools option in your thread, on the blue line above, select from drop down menu: Mark this thread as solved
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Master Projects with different Working Days Philip.Skeet Project 2 08-19-2011 09:45 AM
convert 3months and 15 days into 3.5 Dynamic Filter 15 days lookout. stct Project 5 05-20-2011 03:30 AM
convert 3months and 15 days into 3.5 Non-Working Days on Gantt JayTT Project 1 01-28-2011 05:42 AM
Conditional formatting of Today +21 days? SHERMAN Excel 3 12-20-2010 08:08 AM
Creating an Auto-Calc'd Date? Today+7 Days? SoCalTelephone Word 0 10-06-2010 10:27 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:49 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft