Using SMALL with multiple arrays Google Sheets

matzer95

New Member
Joined
Sep 11, 2019
Messages
1
Hello there,

I'm tracking times in a similar way to this:

Sheet 1CD
21:00:010:59:59
31:00:021:00:02
41:00:021:00:02
51:00:021:00:02
61:00:021:00:02
71:00:020:50:50

<tbody>
</tbody>

I will have this for exactly 11 tabs, and my goal is to display the 5 (or 10) lowest times in a column on a separate sheet.
The times will always be in the cells C2:D7 and finding the lowest time using the MIN-operator is no big deal.

However, I have trouble displaying the 2nd lowest time. Using SMALL doesn't seem to work because I can only enter 1 array, and I can't find another way to do it.

Using
Code:
[COLOR=#000000][FONT=Inconsolata]=[/FONT][/COLOR][COLOR=#000000][FONT=Inconsolata]SMALL[/FONT][/COLOR][COLOR=#000000][FONT=Inconsolata]([/FONT][/COLOR][COLOR=#000000][FONT=Inconsolata]([/FONT][/COLOR][COLOR=#F7981D][FONT=Inconsolata]'Sheet 1'!C2:D7[/FONT][/COLOR][COLOR=#000000][FONT=Inconsolata],[/FONT][/COLOR][COLOR=#7E3794][FONT=Inconsolata]'Sheet 2'!C2:D7[/FONT][/COLOR][COLOR=#000000][FONT=Inconsolata])[/FONT][/COLOR][COLOR=#000000][FONT=Inconsolata],[/FONT][/COLOR][FONT=Inconsolata][COLOR=#1155cc]2[/COLOR][/FONT][COLOR=#000000][FONT=Inconsolata])[/FONT][/COLOR]
also doesn't work.

Useful info (?): I'm working on a Google Spreadsheet and I can't use VBA
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.

Forum statistics

Threads
1,213,487
Messages
6,113,937
Members
448,534
Latest member
benefuexx

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