SAMPLE macro

Samples data.

If this function is not available, you must install the Analysis ToolPak add-in.

Syntax

SAMPLE(inprng, outrng, method, rate, labels)

SAMPLE?(inprng, outrng, method, rate, labels)

Inprng    is the input range.

Outrng    is the first cell (the upper-left cell) in the output column or the name, as text, of a new sheet to contain the output column. If FALSE, blank, or omitted, places the output table in a new workbook.

Method    is a text character that indicates the type of sampling.

 

Rate    is the sampling rate, if method is "P" (periodic sampling). Rate is the number of samples to take if method is "R" (random sampling).

Labels    is a logical value.

Return to index