percentages

  • Thread starter Thread starter Mark Scott
  • Start date Start date
M

Mark Scott

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
 
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

(e-mail address removed)
(e-mail address removed) with @tiscali.co.uk
 
Mark Scott said:
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)
 
Wonderful! Thanks Sandy

Sandy Mann said:
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

(e-mail address removed)
(e-mail address removed) with @tiscali.co.uk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top