Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Dont display anything above 100%

Hi All,

I'm attempting to track progress by percentages in different columns. So
for person #1 their goal the first week is to complete 50%, the second week
75%, etc. If I have the percent to total in column A and then the subsequent
weeks percent completed in columns B, C, etc I am simply taking completed
value in column A and then dividing by the appropriate percentage.

A1 = 50% B1= A1/50% C1=A1/75%

This works until someone has completed everything earlier than expected. If
by week 1 they have completed 100% and that is the value in A1 then B1 puts
in a value of 200%. I want the cell to display only 100% if the calculated
value is over 100%.

Thanks in advance for any assistance.

Bill
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Dont display anything above 100%

=MIN(100%,your_formula)



--


Regards,


Peo Sjoblom

"BurghRocks" wrote in message
...
Hi All,

I'm attempting to track progress by percentages in different columns. So
for person #1 their goal the first week is to complete 50%, the second
week
75%, etc. If I have the percent to total in column A and then the
subsequent
weeks percent completed in columns B, C, etc I am simply taking completed
value in column A and then dividing by the appropriate percentage.

A1 = 50% B1= A1/50% C1=A1/75%

This works until someone has completed everything earlier than expected.
If
by week 1 they have completed 100% and that is the value in A1 then B1
puts
in a value of 200%. I want the cell to display only 100% if the
calculated
value is over 100%.

Thanks in advance for any assistance.

Bill



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Dont display anything above 100%

=min(100%,A1/50%)

"BurghRocks" wrote:

Hi All,

I'm attempting to track progress by percentages in different columns. So
for person #1 their goal the first week is to complete 50%, the second week
75%, etc. If I have the percent to total in column A and then the subsequent
weeks percent completed in columns B, C, etc I am simply taking completed
value in column A and then dividing by the appropriate percentage.

A1 = 50% B1= A1/50% C1=A1/75%

This works until someone has completed everything earlier than expected. If
by week 1 they have completed 100% and that is the value in A1 then B1 puts
in a value of 200%. I want the cell to display only 100% if the calculated
value is over 100%.

Thanks in advance for any assistance.

Bill

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Dont display anything above 100%

Looks like what I needed, thanks very much Sean.

"Sean Timmons" wrote:

=min(100%,A1/50%)

"BurghRocks" wrote:

Hi All,

I'm attempting to track progress by percentages in different columns. So
for person #1 their goal the first week is to complete 50%, the second week
75%, etc. If I have the percent to total in column A and then the subsequent
weeks percent completed in columns B, C, etc I am simply taking completed
value in column A and then dividing by the appropriate percentage.

A1 = 50% B1= A1/50% C1=A1/75%

This works until someone has completed everything earlier than expected. If
by week 1 they have completed 100% and that is the value in A1 then B1 puts
in a value of 200%. I want the cell to display only 100% if the calculated
value is over 100%.

Thanks in advance for any assistance.

Bill

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
Some images dont display in Excel 2003 on one particular PC [email protected] Excel Discussion (Misc queries) 3 July 28th 08 11:46 PM
Dont know what to use. BRIAN Excel Worksheet Functions 1 January 25th 06 07:45 AM
Dont display negative figures? R.P.McMurphy Excel Discussion (Misc queries) 1 August 27th 05 04:28 PM
the answer dont display just the formula i input help Dimetre New Users to Excel 2 June 25th 05 10:26 AM
Dont display the colors on the Cell ( Excel 2003 ) pigolampida New Users to Excel 1 February 1st 05 11:22 AM


All times are GMT +1. The time now is 12:45 AM.

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

About Us

"It's about Microsoft Excel"