Formula for Excel Worksheet

  • Thread starter Thread starter Lynda
  • Start date Start date
L

Lynda

How do I figure the percentage between two columns and then sort the columns
by the highest percentage first?
 
One way:


With values in columns A and B, and calculating the percentage
difference between the two columns (with column A as the base):

C1: =B1/A1 - 1

Format C1 as a percentage.

Copy down as far as required.

With a cell in column C selected, choose Data/Sort..., sorting on Column
C while selecting the "Descending" radio button.
 
Assume the two columns of numbers are A and B

In C1 enter =A1/B1 and double-click to fill down.

Select all three columns and Data>Sort on Column C ascending.


Gord Dibben MS Excel MVP
 
Make that "descending"


Gord

Assume the two columns of numbers are A and B

In C1 enter =A1/B1 and double-click to fill down.

Select all three columns and Data>Sort on Column C ascending.


Gord Dibben MS Excel MVP
 

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