Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to know how many days have lapsed in a month, every month, as a
percentage. So far we are doing it week by week, ie after the first week has gone we say that 25% of the month has gone. We need it to be more acurate. The problem we are having is that each month has a different amount of days. Is there a formula we can use for this and one for the percentage of the month left? Thank you Anita |
#2
![]() |
|||
|
|||
![]()
Hi Anita,
Yes, there is a formula you can use to calculate the percentage of the month that has passed. Here are the steps:
To calculate the percentage of the month left, you can simply subtract the percentage of the month that has passed from 100. For example: =100-(TODAY()-DATE(YEAR(TODAY()),MONTH(TODAY()),1)+1)/(EOMONTH(TODAY(),0)-DATE(YEAR(TODAY()),MONTH(TODAY()),1)+1)*100
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Anita,
Try this formatted as a percentage =DAY(TODAY())/DAY(DATE(YEAR(NOW()),MONTH(NOW())+1,0)) Mike "Anita" wrote: I want to know how many days have lapsed in a month, every month, as a percentage. So far we are doing it week by week, ie after the first week has gone we say that 25% of the month has gone. We need it to be more acurate. The problem we are having is that each month has a different amount of days. Is there a formula we can use for this and one for the percentage of the month left? Thank you Anita |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MONTH(A1)/DAY(DATE(YEAR(A1),MONTH(A1)+1,1)-1)
HTH, Ryan--- -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "Anita" wrote: I want to know how many days have lapsed in a month, every month, as a percentage. So far we are doing it week by week, ie after the first week has gone we say that 25% of the month has gone. We need it to be more acurate. The problem we are having is that each month has a different amount of days. Is there a formula we can use for this and one for the percentage of the month left? Thank you Anita |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Wednesday, September 9, 2009 at 7:52:15 PM UTC+1, Mike H wrote:
Anita, Try this formatted as a percentage =DAY(TODAY())/DAY(DATE(YEAR(NOW()),MONTH(NOW())+1,0)) Mike "Anita" wrote: I want to know how many days have lapsed in a month, every month, as a percentage. So far we are doing it week by week, ie after the first week has gone we say that 25% of the month has gone. We need it to be more acurate. The problem we are having is that each month has a different amount of days. Is there a formula we can use for this and one for the percentage of the month left? Thank you Anita That worked great for me thanks |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Wednesday, September 9, 2009 at 8:40:12 AM UTC-10, Anita wrote:
I want to know how many days have lapsed in a month, every month, as a percentage. So far we are doing it week by week, ie after the first week has gone we say that 25% of the month has gone. We need it to be more acurate. The problem we are having is that each month has a different amount of days. Is there a formula we can use for this and one for the percentage of the month left? Thank you Anita Try this formula ... may be simpler ... =day(A1)/day(eomonth(a1,0)) On a similar vein, to determine the percentage remaining in a month ... =1-day(A1)/day(eomonth(a1,0)) Chuck |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Wednesday, September 9, 2009 at 1:52:15 PM UTC-5, Mike H wrote:
Anita, Try this formatted as a percentage =DAY(TODAY())/DAY(DATE(YEAR(NOW()),MONTH(NOW())+1,0)) Mike "Anita" wrote: I want to know how many days have lapsed in a month, every month, as a percentage. So far we are doing it week by week, ie after the first week has gone we say that 25% of the month has gone. We need it to be more acurate. The problem we are having is that each month has a different amount of days. Is there a formula we can use for this and one for the percentage of the month left? Thank you Anita HI Mike, Thank you for sharing. I'm in need of the same thing. How can it be linked to a date? One cell with the beginning date and one end date. Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculating percentage of year passed (for sales reports) | Excel Worksheet Functions | |||
how can i calculate the number of days passed between 2 dates ente | Excel Discussion (Misc queries) | |||
IF Formula to calculate whether date has passed | Excel Discussion (Misc queries) | |||
Graph Help- 12 month graph, but only want months that have passed | Charts and Charting in Excel | |||
How do I calculate total of months that have passed? | Excel Discussion (Misc queries) |