I have a pairs of numbers

  • Thread starter Thread starter Skip
  • Start date Start date
S

Skip

A1 75
A2 50

A3 40
A4 60

In each pair, I need the larger number divided by the smaller number.
A1 divided by A2

A4 divided by A3.

Any help will be appreciated.
Skip
 
One way:
=max(a1:a2)/min(a1:a2)



A1 75
A2 50

A3 40
A4 60

In each pair, I need the larger number divided by the smaller number.
A1 divided by A2

A4 divided by A3.

Any help will be appreciated.
Skip
 

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

Avoiding answer zero by multiply 4
Excel =SUM(A1=A1+B1) 0
Help Creating Excel Formula 4
Date minus work days 8
Percentage max formula? 2
coditional formatting 5
Calculate number of days 6
Return Unique Entries Only 5

Back
Top