Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I currently have a list of times which have next to them a percentage
compared with the first time. If the time has a percentage which is higher than 100, I want Excel to make this the new base time for percentages and adjust the old values accordingly ie: 100 90 90% 95 95% 105 THIS BECOMES THE NEW 100% benchmark |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Mark,
If you want the existing percentages to change the try: =A1/MAX(A:A) formatted as percentage -- HTH Sandy In Perth, the ancient capital of Scotland with @tiscali.co.uk "Mark Scott" <mark - scott @ blueyonder . co . uk wrote in message . uk... I currently have a list of times which have next to them a percentage compared with the first time. If the time has a percentage which is higher than 100, I want Excel to make this the new base time for percentages and adjust the old values accordingly ie: 100 90 90% 95 95% 105 THIS BECOMES THE NEW 100% benchmark |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Wonderful! Thanks Sandy
"Sandy Mann" wrote in message ... Mark, If you want the existing percentages to change the try: =A1/MAX(A:A) formatted as percentage -- HTH Sandy In Perth, the ancient capital of Scotland with @tiscali.co.uk "Mark Scott" <mark - scott @ blueyonder . co . uk wrote in message . uk... I currently have a list of times which have next to them a percentage compared with the first time. If the time has a percentage which is higher than 100, I want Excel to make this the new base time for percentages and adjust the old values accordingly ie: 100 90 90% 95 95% 105 THIS BECOMES THE NEW 100% benchmark |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Mark Scott" <mark - scott @ blueyonder . co . uk wrote in message
. uk... I currently have a list of times which have next to them a percentage compared with the first time. If the time has a percentage which is higher than 100, I want Excel to make this the new base time for percentages and adjust the old values accordingly ie: 100 90 90% 95 95% 105 THIS BECOMES THE NEW 100% benchmark If your left hand column goes from A1 downwards, use this in B2 =A2/MAX(A$1:A2) and copy down, if you want answers like your example. In your words, however, you say "adjust the old values accordingly", so if you want to adjust your 90% & 95% to account for the 105, then use =A2/MAX(A:A) -- David Biddulph |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding percentages problem need a solution for | Excel Discussion (Misc queries) | |||
What format do I use to mail merge percentages? | Excel Discussion (Misc queries) | |||
Formating cells to display negative percentages in red fon... | Excel Discussion (Misc queries) | |||
copying sheets with percentages | Excel Discussion (Misc queries) | |||
Calculating Percentages with Variables | Excel Worksheet Functions |