A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Percentage over a date range



 
 
Thread Tools Display Modes
  #1  
Old April 16th, 2009, 04:21 PM posted to microsoft.public.excel.worksheet.functions
CP
external usenet poster
 
Posts: 121
Default Percentage over a date range

In row 1 I have Jan to Dec - a header row
in row 2 I have a value directly under each date cell - the amount per month

in row 3 I need the percentage value of row2 over the year

ie if just using 4 months (I will be using 12 though)
Jan Feb March Apr month
5 5 20 20 Value
10 10 40 40 percentage of total year

I hope thats clear - many thanks
  #2  
Old April 16th, 2009, 05:26 PM posted to microsoft.public.excel.worksheet.functions
eduardo
external usenet poster
 
Posts: 2,131
Default Percentage over a date range

Hi,
At the end add a Total column, then summarize row 2 and then in row 3 enter
the formula as follow

=a2/$m$2

copy the formula all the way up to Dec

If this was helpful please click Yes. thank you


"CP" wrote:

In row 1 I have Jan to Dec - a header row
in row 2 I have a value directly under each date cell - the amount per month

in row 3 I need the percentage value of row2 over the year

ie if just using 4 months (I will be using 12 though)
Jan Feb March Apr month
5 5 20 20 Value
10 10 40 40 percentage of total year

I hope thats clear - many thanks

  #3  
Old April 16th, 2009, 05:30 PM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Percentage over a date range

A3 =ROUND(A2*100/SUM($A$2:$L$2),2)

Copy the same to the 11 columns to the right
--
If this post helps click Yes
---------------
Jacob Skaria


"CP" wrote:

In row 1 I have Jan to Dec - a header row
in row 2 I have a value directly under each date cell - the amount per month

in row 3 I need the percentage value of row2 over the year

ie if just using 4 months (I will be using 12 though)
Jan Feb March Apr month
5 5 20 20 Value
10 10 40 40 percentage of total year

I hope thats clear - many thanks

  #4  
Old April 16th, 2009, 05:46 PM posted to microsoft.public.excel.worksheet.functions
eduardo
external usenet poster
 
Posts: 2,131
Default Percentage over a date range

Opps I forgot something
Format row 3 as a percentage

"Eduardo" wrote:

Hi,
At the end add a Total column, then summarize row 2 and then in row 3 enter
the formula as follow

=a2/$m$2

copy the formula all the way up to Dec

If this was helpful please click Yes. thank you


"CP" wrote:

In row 1 I have Jan to Dec - a header row
in row 2 I have a value directly under each date cell - the amount per month

in row 3 I need the percentage value of row2 over the year

ie if just using 4 months (I will be using 12 though)
Jan Feb March Apr month
5 5 20 20 Value
10 10 40 40 percentage of total year

I hope thats clear - many thanks

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:10 AM.


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