what means "k" in Excel formula

Llupo01

Active Member
Joined
Aug 17, 2015
Messages
296
Hello all,

i have really quick question. Does anyone pls know, what means "k" in formulas in Excel? And I dont mean function of it, I know what it is and what it does...I would like to know, what word is hidden under the "k" shortcut... :) I was trying to search everywhere and did not find it.

This is not important, I am just wondering, because few people already asked me and I couldnt answer :)

Thank you very much in advance.

Regards,
Tom
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
do you have an example of a formula with it in
 
Upvote 0
Sure, for example Small, Large..."k" means required position you want to display when using fuction. For example :
Code:
=SMALL($A$1:$A$10,1)
means display first smallest value from range A1:A10. And in this case, "k" is 1. If I would like to display second smallest, it would be 2 etc....What I am curious at is, what means that "k"..shortcut of what word it is :)
 
Last edited:
Upvote 0
k is used to indicate a whole number like N, n, i, j in maths or statistics. Thus, just a convention to use such as a symbol for a whole number.

k in small (or in large for that matter) will run from 1 to the size of the range of interest. That is, SMALL(range,k), where k = 1,...,size(range).
 
Upvote 0

Forum statistics

Threads
1,221,526
Messages
6,160,340
Members
451,637
Latest member
hvp2262

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