Statistical Function & Row & Column
The SMALL and LARGE function can return the smallest or largest value at the kth value. So it is not restricted to finding the ABSOLUTE smallest or biggest number. It can return the 2nd or 3rd smallest or largest, etc.
This is useful if I have a large payment request and the treasury wants me to find the 2 largest invoices to send a pdf copy proof before the treasury approves and sends out ACH that Friday of the week.
The ROW and COLUMN formula can return the respective row and column of a cell. The ROWS and COLUMNS returns the total number of rows and columns in an array/table.
Comments
Post a Comment