Forum

Notifications
Clear all

Small formula

6 Posts
3 Users
0 Reactions
121 Views
(@mymalone)
Posts: 103
Estimable Member
Topic starter
 

=Small(AE:AJ). Columns J:U. How would I exclude Column K and Column P. The columns are needed, but they are not to be included in the ranking.

Thank you

 
Posted : 29/01/2023 4:35 am
Anders Sehlstedt
(@sehlsan)
Posts: 968
Prominent Member
 

Hello,

I don't really understand your question, but I assume you want to use =SMALL(J:U) but excluding K and P columns, if so then just split it up. =SMALL(J,L:O,Q:U)
If my assumption is wrong, please be more specific what it is you want, a sample file is nice to have too.

Br,
Anders

 
Posted : 29/01/2023 5:29 pm
(@mymalone)
Posts: 103
Estimable Member
Topic starter
 

I apologize, I did not give you enough information. File is attached.

Thank you

 
Posted : 29/01/2023 8:22 pm
Philip Treacy
(@philipt)
Posts: 1629
Member Admin
 

Hi mymalone,

No file attached. Click on Start Upload after selecting the file.

Regards

Phil

 
Posted : 29/01/2023 8:39 pm
(@mymalone)
Posts: 103
Estimable Member
Topic starter
 

My apology, here you go...

 
Posted : 30/01/2023 10:33 am
Anders Sehlstedt
(@sehlsan)
Posts: 968
Prominent Member
 

Hello,

First of all my apologies, I confused the SMALL function with the MIN.

You need to use the CHOOSECOLS function to build your array.
=SMALL(CHOOSECOLS(J8:U8,1,3,5,7,9,11,12),2)

See attached for an example.

Br,
Anders

 
Posted : 30/01/2023 2:44 pm
Share: