Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Noah, This should work for you... Dim marketvalues As Range marketvalues = Range("A1:A" & Rows.Count).End(xlUp) Range("B2").Formula = "=PERCENTILE(MarketValues,0.2)" Sincerely, Leith Ros -- Leith Ros ----------------------------------------------------------------------- Leith Ross's Profile: http://www.excelforum.com/member.php...fo&userid=1846 View this thread: http://www.excelforum.com/showthread.php?threadid=48000 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Variable within a formula | Excel Worksheet Functions | |||
Using a variable in formula | Excel Programming | |||
Using a second variable within a formula... | Excel Discussion (Misc queries) | |||
Variable in a formula | Excel Programming | |||
Variable to formula. | Excel Programming |