![]() |
calculate percentage of month passed
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 |
Answer: calculate percentage of month passed
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 |
calculate percentage of month passed
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 |
calculate percentage of month passed
=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 |
calculate percentage of month passed
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 |
calculate percentage of month passed
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 |
calculate percentage of month passed
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 |
All times are GMT +1. The time now is 09:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com