Minimum data values

Jester 1978

New Member
Joined
Sep 15, 2002
Messages
48
Bit of a tricky one to explain.....

I have a calculations spreadsheet that compares mobile phone charges.
it works out based on line rental charge and call charges, what you would expect to pay, if you use 100,200 .... minutes per month.

It then does exactly the same for every different tariff that we offer, and higlights if a different tariff choice could save you money.

What I would like is some way of showing on a separate sheet the 3 best cost saving values (if any)? and also the 10 or so cells to the left of this value?

Thanks
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Try this to get the smallest values;

=SMALL($A$1:$A$6,1)
=SMALL($A$1:$A$6,2)
=SMALL($A$1:$A$6,3)

To get the other cell to the left of this you need to use MATCH/INDEX formula, do you want to send it to me to have a look at?

*email removed*
 
Upvote 0

Forum statistics

Threads
1,215,566
Messages
6,125,596
Members
449,238
Latest member
wcbyers

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top