Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Some images dont display in Excel 2003 on one particular PC | Excel Discussion (Misc queries) | |||
Dont know what to use. | Excel Worksheet Functions | |||
Dont display negative figures? | Excel Discussion (Misc queries) | |||
the answer dont display just the formula i input help | New Users to Excel | |||
Dont display the colors on the Cell ( Excel 2003 ) | New Users to Excel |