Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
B B is offline
external usenet poster
 
Posts: 17
Default Final day of month

Am trying to allow someone to set a bill day of 30 or 31, and then create a
calendar that changes this to the last day of the respective month. EOMONTH
does not work.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Final day of month

"B" wrote...
Am trying to allow someone to set a bill day of 30 or 31, and then create a
calendar that changes this to the last day of the respective month. EOMONTH
does not work.


Always best to be specific about HOW something doesn't work. Did Excel
return an error value or the wrong result? If it returned the error value
#NAME?, then the most likely reason is that you haven't enabled the Analysis
ToolPak add-in. It's NOT enabled by default. See online help for the EOMONTH
function for directions on what you'd need to do. In future, you may find it
quicker to check online help first.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Final day of month

Last day of what month, do you mean if you have a date in A1 like 05/10/07
then you want to add 30 days and then get the last date of the months? if
the date was 05/10/07 it would be 06/30/07?

=DATE(YEAR(A1+30),MONTH(A1+30)+1,0)

I am sure EOMONT is working if you have ATP installed

=EOMONTH(A1+30,0)


--
Regards,

Peo Sjoblom



"B" wrote in message
...
Am trying to allow someone to set a bill day of 30 or 31, and then create
a
calendar that changes this to the last day of the respective month.
EOMONTH
does not work.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 57
Default Final day of month

Hi

Without using the Analysis Toolpak function EOMONTH, you could use
=DATE(YEAR(TODAY()),MONTH(TODAY())+1,0)

to always give the last day of the current month.

--
Regards
Roger Govier



"B" wrote in message
...
Am trying to allow someone to set a bill day of 30 or 31, and then create
a
calendar that changes this to the last day of the respective month.
EOMONTH
does not work.



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
My Final #DIV/0! that I'd like to say Goodbye to! Dan the Man[_2_] Excel Worksheet Functions 20 July 23rd 07 05:40 PM
Get final non-blank cell in range Eric Excel Worksheet Functions 9 October 19th 06 05:11 PM
How do I figure out a pre-tax amount when I know the final total? amk005 Excel Worksheet Functions 4 May 27th 06 11:14 PM
summarise totals from many worksheets into one final worksheet NAAPS Excel Worksheet Functions 3 January 22nd 06 02:42 PM
How do I calculate the final pmt required to meet a target IRR? Alex Excel Worksheet Functions 5 October 9th 05 03:58 AM


All times are GMT +1. The time now is 11:07 AM.

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"