Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
James C
 
Posts: n/a
Default Months or Years remaining, formatting


Hello all.

=(A1-(NOW()))/365

The above formula gives me years remaining as "X.XX YEARS" (currently I
have the cell formatted as 0.0" years"; )

This is a two-part question:
(a) FORMULA CHANGE: I want to change the formula so that the result is
the same, UNLESS [LESS THAN 1 YEAR], THEN "X.XX MONTHS"

(b) FORMATTING METHOD: should i set up a conditional formatting
solution, or can I just do this all in one in-cell formula?

Any help would be much apprecieted.

- Jim


--
James C
------------------------------------------------------------------------
James C's Profile: http://www.excelforum.com/member.php...o&userid=12114
View this thread: http://www.excelforum.com/showthread...hreadid=468843

  #2   Report Post  
swatsp0p
 
Posts: n/a
Default


Hi James.

First, Cond. Formatting will not allow you to change the Number format.
Only things like font, border and fill patterns can be set via CF.

Try this: (format your output cell as General)

=IF((A1-NOW())/365<1,ROUND(((A1-NOW())/365)*12,2)&"
Months",ROUND(((A1-NOW())/365),2)&" Years")

A1=01 July 2006
Now()=19 Sept 2005
result= "9.35 Months"

Does this meet your needs?

Bruce


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=468843

  #4   Report Post  
James C
 
Posts: n/a
Default


Dear Swat and Sandy,

Thanx much to you both. Swat's worked perfectly. Sandy yours is a nice
idea but I have not implemented it as my problem was already solved.
Made a note of it for future reference.

Best Regards,
- James


--
James C
------------------------------------------------------------------------
James C's Profile: http://www.excelforum.com/member.php...o&userid=12114
View this thread: http://www.excelforum.com/showthread...hreadid=468843

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
Formula that will represent years & months worked Pam Excel Discussion (Misc queries) 5 August 29th 05 11:20 PM
calculate date differences in years and months Joyce Excel Worksheet Functions 1 March 14th 05 05:18 PM
Converting months to years kevin Excel Worksheet Functions 1 January 20th 05 01:28 PM
Calculate months and years Ned Ludd Excel Discussion (Misc queries) 5 December 10th 04 01:57 PM
How do I display months and years between two dates JSmith Excel Discussion (Misc queries) 1 November 30th 04 04:41 PM


All times are GMT +1. The time now is 05:15 PM.

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

About Us

"It's about Microsoft Excel"